add initial space logic/behaviour

This commit is contained in:
juancwu 2026-01-14 15:25:10 +00:00
commit 219d254b96
10 changed files with 333 additions and 0 deletions

View file

@ -27,6 +27,7 @@ func SetupRoutes(a *app.App) http.Handler {
// Home
mux.HandleFunc("GET /{$}", home.HomePage)
mux.HandleFunc("GET /forbidden", home.ForbiddenPage)
// Auth pages
authRateLimiter := middleware.RateLimitAuth()