6 lines
198 B
TypeScript
6 lines
198 B
TypeScript
export const LOCALSTORAGE_KEY_TOKEN = 'token';
|
|
export const LOCALSTORAGE_KEY_THEME = 'theme';
|
|
export const LOCALSTORAGE_KEY_LANG = 'lang';
|
|
|
|
export const API_ENDPOINT = `//${location.host}/api/v1/`;
|