mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-14 11:42:04 +00:00
4 lines
104 B
JavaScript
4 lines
104 B
JavaScript
|
|
export const BAD_REQUEST = 400;
|
||
|
|
export const FORBIDDEN = 403;
|
||
|
|
export const INTERNAL_SERVER_ERROR = 500;
|