This website requires JavaScript.
Explore
Help
Sign In
MirrorSave
/
budibase
mirror of
https://github.com/Budibase/budibase.git
Watch
1
Star
0
Fork
You've already forked budibase
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
908d8d9066
budibase
/
packages
/
server
/
src
/
utilities
/
statusCodes.ts
8 lines
103 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Some server typescript re-writes, only automations left and some controllers.
2022-11-25 16:01:46 +01:00
export
=
{
running prettier over codebase, removing merge files
2020-02-03 10:24:25 +01:00
OK
:
200
,
UNAUTHORIZED
:
401
,
FORBIDDEN
:
403
,
NOT_FOUND
:
404
,
INTERAL_ERROR
:
500
,
}