1
0
mirror of https://github.com/kataras/iris.git synced 2026-08-01 17:09:53 +00:00
Gerasimos (Makis) Maropoulos
2020-08-16 18:04:52 +03:00
parent 889b7942d3
commit 227170fd33
9 changed files with 199 additions and 19 deletions
+1 -1
View File
@@ -115,6 +115,6 @@ func injectLiveReload(contextPool *context.Pool, router *router.Router) (bool, e
contextPool.Release(ctx)
}
router.WrapRouter(wrapper)
router.AddRouterWrapper(wrapper)
return true, nil
}