mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 18:30:56 +00:00
fix build
This commit is contained in:
parent
cf82cfeea2
commit
7b6a571f87
@ -227,7 +227,7 @@ func (p *ControllerRegistor) ServeHTTP(rw http.ResponseWriter, r *http.Request)
|
|||||||
}
|
}
|
||||||
|
|
||||||
requestPath := r.URL.Path
|
requestPath := r.URL.Path
|
||||||
r.ParseMultipartForm()
|
r.ParseMultipartForm(MaxMemory)
|
||||||
|
|
||||||
//user defined Handler
|
//user defined Handler
|
||||||
for pattern, c := range p.userHandlers {
|
for pattern, c := range p.userHandlers {
|
||||||
|
Loading…
Reference in New Issue
Block a user