diff --git a/api/handlers.go b/api/handlers.go index 01870df..2ce66de 100644 --- a/api/handlers.go +++ b/api/handlers.go @@ -80,6 +80,8 @@ func Setup(app *fiber.App) { app.Get("/feed/", Page("feed")) app.Get("/post/view/:id/", Page("post/view")) app.Get("/post/new/", Page("post/new")) + app.Get("/settings/", Page("settings")) + app.Get("/u/:user_id", Page("profile")) } func Shutdown() { diff --git a/pages/login/index.html b/pages/login/index.html index 5509c18..b4e4437 100644 --- a/pages/login/index.html +++ b/pages/login/index.html @@ -1,4 +1,4 @@ -