This website requires JavaScript.
Explore
Help
Register
Sign In
empayre
/
fleet
Watch
14
Star
0
Fork
0
You've already forked fleet
mirror of
https://github.com/empayre/fleet.git
synced
2024-11-07 09:18:59 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
84a3c6e134
fleet
/
frontend
/
app_constants
/
HTTP_STATUS.js
6 lines
93 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Adds middleware to logout user for 401 errors (#1121)
2017-01-30 20:20:06 +00:00
export
default
{
Render the 500 page after 500 errors
2017-02-06 15:04:20 +00:00
INTERNAL
_ERROR
:
/^50[0-5]$/
,
Adds middleware to logout user for 401 errors (#1121)
2017-01-30 20:20:06 +00:00
UNAUTHENTICATED
:
401
,
add new permission routes and messaging (#915) * add new permission routes and messaging * add messaing for no permissions * query-library-os-icons (#913) Added query library os icons to website assets. * fix broken check for config before api responds Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
2021-06-04 13:00:14 +00:00
FORBIDDEN
:
403
,
Adds middleware to logout user for 401 errors (#1121)
2017-01-30 20:20:06 +00:00
}
;
Reference in New Issue
Copy Permalink