4 lines
91 B
TypeScript
4 lines
91 B
TypeScript
export const FOUND = 302
|
|
export const BAD_REQUEST = 400
|
|
export const INTERNAL_SERVER = 500
|