mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 10:27:06 +00:00
more route info improvements
Former-commit-id: ccbe95de0badb1bf448fcc443cecda60772716dc
This commit is contained in:
@@ -14,6 +14,8 @@ var cacheHandler = cache.Handler(10 * time.Second)
|
||||
|
||||
func main() {
|
||||
app := iris.New()
|
||||
app.Logger().SetLevel("debug")
|
||||
|
||||
mvc.Configure(app, configure)
|
||||
|
||||
// http://localhost:8080
|
||||
|
||||
Reference in New Issue
Block a user