added user agreement page

This commit is contained in:
2025-09-25 12:37:17 -06:00
parent 201e549630
commit 3a4d6151f6
6 changed files with 63 additions and 3 deletions
+1
View File
@@ -43,6 +43,7 @@ func setupEcho() *echo.Echo {
e.GET("/", ui.AmWrap(TopPage))
e.GET("/about", ui.AmWrap(AboutPage))
e.GET("/login", ui.AmWrap(LoginForm))
e.GET("/newacct", ui.AmWrap(NewAccountUserAgreement))
return e
}