1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 10:27:06 +00:00

fix #1563 due to latest DI source changes

Former-commit-id: 3e3f209ebc60edf6a8702979f56e1f0ed73e4189
This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-07-17 12:59:39 +03:00
parent 0f79728c88
commit dab03102f3
3 changed files with 31 additions and 16 deletions

View File

@@ -14,7 +14,7 @@ func main() {
app.Logger().SetLevel("debug")
// load templates.
app.RegisterView(iris.HTML("./views", ".html"))
// app.RegisterView(iris.HTML("./views", ".html"))
// render the ./browser/index.html.
app.HandleDir("/", "./browser")