feat: add terms and privacy pages
This commit is contained in:
parent
0da5aadbbe
commit
c473c88c33
9 changed files with 240 additions and 6 deletions
|
|
@ -29,6 +29,8 @@ func SetupRoutes(a *app.App) http.Handler {
|
|||
// Home
|
||||
mux.HandleFunc("GET /{$}", home.HomePage)
|
||||
mux.HandleFunc("GET /forbidden", home.ForbiddenPage)
|
||||
mux.HandleFunc("GET /privacy", home.PrivacyPage)
|
||||
mux.HandleFunc("GET /terms", home.TermsPage)
|
||||
|
||||
// Auth pages
|
||||
authRateLimiter := middleware.RateLimitAuth()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue