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

7 lines
115 B
JavaScript
Raw Normal View History

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