add profile page
This commit is contained in:
1 parent
e3a811b224
commit
4631fc05d0
4 files changed
+760
-69
No files matched your search
@@ -12,6 +12,7 @@ func Setup(app *fiber.App) {
|
||||
app.Get("/register", controllers.RegisterPage)
|
||||
app.Get("/login", controllers.LoginPage)
|
||||
app.Get("/dashboard", controllers.DashboardPage)
|
||||
app.Get("/profile", controllers.ProfilePage)
|
||||
|
||||
// Authentication handlers
|
||||
app.Post("/register", controllers.Register)
|
||||
|
||||
Reference in new issue
Block a user