1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-05-20 02:11:36 +07:00
verdaccio-ui/lib/constants.ts

10 lines
191 B
TypeScript
Raw Permalink Normal View History

2019-04-05 02:23:40 +07:00
export const DIST_TAGS = 'dist-tags';
export const HEADERS = {
JSON: 'application/json',
};
export const API_ERROR = {
BAD_USERNAME_PASSWORD: 'bad username/password, access denied',
};