Request object
This commit is contained in:
@ -58,14 +58,6 @@ func initRouter(app *fiber.App) {
|
||||
app.Post("/login", handlers.LoginSubmit)
|
||||
app.Get("/logout", handlers.Logout)
|
||||
|
||||
interactiveGroup := app.Group("/interactive")
|
||||
{
|
||||
interactiveGroup.Get("", handlers.Interactive)
|
||||
interactiveGroup.Get("/swap-content", handlers.InteractiveSwapContent)
|
||||
interactiveGroup.Get("/filter-cat-breeds", handlers.FilterCatBreeds)
|
||||
interactiveGroup.Post("/validate-form", handlers.ValidateForm)
|
||||
}
|
||||
|
||||
app.Static("/static", STATIC_PATH)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user