mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 02:17:05 +00:00
Document https://github.com/kataras/iris/issues/720 and fix https://github.com/kataras/iris/issues/719 for good
Former-commit-id: 75b855bee9216c28ce8e1ff46aee467766c37f23
This commit is contained in:
@@ -658,6 +658,7 @@ func (rb *APIBuilder) StaticWeb(requestPath string, systemPath string) *Route {
|
||||
}
|
||||
|
||||
requestPath = joinPath(fullpath, WildcardParam(paramName))
|
||||
// requestPath = fullpath + "/{file:path}"
|
||||
return rb.registerResourceRoute(requestPath, handler)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user