Restructure appp
This commit is contained in:
7
app/views/router.go
Normal file
7
app/views/router.go
Normal file
@ -0,0 +1,7 @@
|
||||
package views
|
||||
|
||||
import "github.com/kataras/iris/v12"
|
||||
|
||||
func CreateRouter(app *iris.Application) {
|
||||
app.Get("/", GetIndexPage)
|
||||
}
|
||||
Reference in New Issue
Block a user