fix sign up nav
This commit is contained in:
1 parent
4af5e4594b
commit
41b991789e
7 files changed
+185
-75
No files matched your search
@@ -11,6 +11,7 @@ func Setup(app *fiber.App) {
|
||||
app.Get("/", controllers.MainPage)
|
||||
app.Get("/register", controllers.RegisterPage)
|
||||
app.Get("/login", controllers.LoginPage)
|
||||
app.Get("/dashboard", controllers.DashboardPage)
|
||||
|
||||
// Authentication handlers
|
||||
app.Post("/register", controllers.Register)
|
||||
|
||||
Reference in new issue
Block a user