We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9178c9 commit 46f3bb4Copy full SHA for 46f3bb4
status_handler.go
@@ -31,7 +31,7 @@ func (*PanicStatusHandler) Handle(response *Response, _ *Request) {
31
message := map[string]string{
32
"error": http.StatusText(http.StatusInternalServerError),
33
}
34
- response.JSON(response.GetStatus(), message)
+ response.JSON(http.StatusInternalServerError, message)
35
36
37
0 commit comments