mirror of
https://github.com/astaxie/beego.git
synced 2025-07-04 09:20:18 +00:00
all types working + controller comments generation
This commit is contained in:
@ -908,6 +908,9 @@ func (p *ControllerRegister) handleParamResponse(context *beecontext.Context, ex
|
||||
response.RenderMethodResult(resultValue, context)
|
||||
}
|
||||
}
|
||||
if !context.ResponseWriter.Started && context.Output.Status == 0 {
|
||||
context.Output.SetStatus(200)
|
||||
}
|
||||
}
|
||||
|
||||
// FindRouter Find Router info for URL
|
||||
|
Reference in New Issue
Block a user