debugged form loading and got part of the Login code in
This commit is contained in:
@@ -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.POST("/login", ui.AmWrap(Login))
|
||||
e.GET("/newacct", ui.AmWrap(NewAccountUserAgreement))
|
||||
e.GET("/newacct2", ui.AmWrap(NewAccountForm))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user