pull/821/head
Dario Guarascio 2021-10-09 14:57:44 +02:00
parent a206654a04
commit 00adf86fa8
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ export const TIMEZONE_CONFIG = `${prefix}.timezone`;
export const DATE_RANGE_CONFIG = `${prefix}.date-range`;
export const THEME_CONFIG = `${prefix}.theme`;
export const VERSION_CHECK = `${prefix}.version-check`;
export const TOKEN_HEADER = 'x-${prefix}-token';
export const TOKEN_HEADER = `x-${prefix}-token`;
export const DEFAULT_LOCALE = 'en-US';
export const DEFAULT_THEME = 'light';