mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 09:18:59 +00:00
f127f8c2cd
* 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>
6 lines
93 B
JavaScript
6 lines
93 B
JavaScript
export default {
|
|
INTERNAL_ERROR: /^50[0-5]$/,
|
|
UNAUTHENTICATED: 401,
|
|
FORBIDDEN: 403,
|
|
};
|