fix string
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -626,7 +626,7 @@ func (p *ControllerRegistor) ServeHTTP(rw http.ResponseWriter, r *http.Request) | ... | @@ -626,7 +626,7 @@ func (p *ControllerRegistor) ServeHTTP(rw http.ResponseWriter, r *http.Request) |
| 626 | context.Input.Body() | 626 | context.Input.Body() |
| 627 | } | 627 | } |
| 628 | 628 | ||
| 629 | if context.Input.RunController != nil && context.Input.RunMethod { | 629 | if context.Input.RunController != nil && context.Input.RunMethod != "" { |
| 630 | findrouter = true | 630 | findrouter = true |
| 631 | runMethod = context.Input.RunMethod | 631 | runMethod = context.Input.RunMethod |
| 632 | runrouter = context.Input.RunController | 632 | runrouter = context.Input.RunController | ... | ... |
-
Please register or sign in to post a comment