add profile page

This commit is contained in:
SowinskiBraeden committed 2022-04-20 17:35:25 -07:00
1 parent e3a811b224
commit 4631fc05d0
4 files changed
+760 -69

No files matched your search

+1
View File
@@ -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)