begin dashboard

This commit is contained in:
SowinskiBraeden committed 2022-04-20 13:49:38 -07:00
1 parent 6d1611341a
commit e3a811b224
121 files changed
+34389 -1662

No files matched your search

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