Added auth layout and route for login.
This commit is contained in:
parent
869fa82f14
commit
fe0fb8c801
8 changed files with 124 additions and 32 deletions
|
|
@ -61,5 +61,6 @@ func navRoutes(e *echo.Echo, ctr controllers.Controller) {
|
|||
}
|
||||
|
||||
func userRoutes(e *echo.Echo, ctr controllers.Controller) {
|
||||
// TODO
|
||||
login := controllers.Login{Controller: ctr}
|
||||
e.GET("/user/login", login.Get).Name = "login"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue