fleet/frontend/app_constants/HTTP_STATUS.js

4 lines
44 B
JavaScript
Raw Normal View History

export default {
UNAUTHENTICATED: 401,
};