begin dashboard
This commit is contained in:
1 parent
6d1611341a
commit
e3a811b224
121 files changed
+34389
-1662
No files matched your search
+1
-1
@@ -11,7 +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.LoginPage)
|
||||
app.Get("/dashboard", controllers.DashboardPage)
|
||||
|
||||
// Authentication handlers
|
||||
app.Post("/register", controllers.Register)
|
||||
|
||||
Reference in new issue
Block a user