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:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user