fix sign up nav

This commit is contained in:
SowinskiBraeden committed 2022-04-16 18:56:27 -07:00
1 parent 4af5e4594b
commit 41b991789e
7 files changed
+185 -75

No files matched your search

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