misskey-tools/src/frontend/const.ts
2021-09-14 09:22:04 +09:00

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/`;