1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-17 18:07:01 +00:00

Add "release" badge at README.md

Former-commit-id: 0344c998a68284bb0310da4b0131fdc1aec7c64a
This commit is contained in:
Gerasimos (Makis) Maropoulos
2017-09-17 14:43:35 +03:00
parent d4721948ff
commit 99c6d3546e
5 changed files with 16 additions and 13 deletions

View File

@@ -783,8 +783,7 @@ func (api *APIBuilder) StaticWeb(requestPath string, systemPath string) *Route {
}
}
requestPath = joinPath(fullpath, WildcardParam(paramName))
// requestPath = fullpath + "/{file:path}"
requestPath = joinPath(requestPath, WildcardParam(paramName))
return api.registerResourceRoute(requestPath, handler)
}