mirror of
https://github.com/matrix-construct/construct
synced 2024-11-04 21:08:57 +01:00
ircd:Ⓜ️ Fix error code.
This commit is contained in:
parent
e404c7a094
commit
6c367c8abf
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ namespace ircd::m
|
|||
IRCD_M_EXCEPTION(error, BAD_JSON, http::BAD_REQUEST);
|
||||
IRCD_M_EXCEPTION(error, NOT_JSON, http::BAD_REQUEST);
|
||||
IRCD_M_EXCEPTION(error, BAD_SIGNATURE, http::UNAUTHORIZED);
|
||||
IRCD_M_EXCEPTION(error, ACCESS_DENIED, http::UNAUTHORIZED);
|
||||
IRCD_M_EXCEPTION(error, ACCESS_DENIED, http::FORBIDDEN);
|
||||
IRCD_M_EXCEPTION(error, FORBIDDEN, http::FORBIDDEN);
|
||||
IRCD_M_EXCEPTION(error, NOT_FOUND, http::NOT_FOUND);
|
||||
IRCD_M_EXCEPTION(error, UNSUPPORTED, http::NOT_IMPLEMENTED);
|
||||
|
|
Loading…
Reference in a new issue