5 lines
68 B
JavaScript
5 lines
68 B
JavaScript
export const HttpStatus = {
|
|
CONFLICT: 409,
|
|
UNPROCESSABLE: 422
|
|
}
|