mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 08:50:56 +00:00
Fix run controller if it set by RumController and RunMethod in FilterFunc
This commit is contained in:
parent
cab8458c1c
commit
80dcdb8645
@ -767,7 +767,7 @@ func (p *ControllerRegister) ServeHTTP(rw http.ResponseWriter, r *http.Request)
|
||||
}
|
||||
|
||||
// also defined runRouter & runMethod from filter
|
||||
if !isRunnable {
|
||||
if isRunnable {
|
||||
//Invoke the request handler
|
||||
vc := reflect.New(runRouter)
|
||||
execController, ok := vc.Interface().(ControllerInterface)
|
||||
|
Loading…
Reference in New Issue
Block a user