1
0
Fork 0
mirror of synced 2024-07-07 07:15:43 +12:00
budibase/packages/server/utilities/statusCodes.js

8 lines
111 B
JavaScript
Raw Normal View History

2019-06-14 21:05:46 +12:00
module.exports = {
OK: 200,
UNAUTHORIZED: 401,
FORBIDDEN: 403,
NOT_FOUND: 404,
INTERAL_ERROR: 500,
}