Login form
This commit is contained in:
@ -4,6 +4,8 @@ import "github.com/kataras/iris/v12"
|
||||
|
||||
func CreateRouter(app *iris.Application) {
|
||||
app.Get("/", GetIndexPage)
|
||||
app.Post("/", PostIndexPage)
|
||||
|
||||
app.Get("/users", GetUsersPage)
|
||||
app.Get("/about", GetAboutPage)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user