Files
fizzy/app/javascript/helpers/http_helpers.js
T

5 lines
68 B
JavaScript

export const HttpStatus = {
CONFLICT: 409,
UNPROCESSABLE: 422
}