Fix typo
This commit is contained in:
parent
af4422c42a
commit
2b0f8a9482
|
@ -129,7 +129,7 @@ def request_handler(request_handler):
|
|||
500,
|
||||
{
|
||||
"error": "Internal server error",
|
||||
"errcode": Codes.M_UNKNOWN,
|
||||
"errcode": Codes.UNKNOWN,
|
||||
},
|
||||
send_cors=True
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue