mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 02:17:05 +00:00
fix #1563 due to latest DI source changes
Former-commit-id: 3e3f209ebc60edf6a8702979f56e1f0ed73e4189
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user