10 lines
No EOL
183 B
TypeScript
10 lines
No EOL
183 B
TypeScript
/**
|
|
* Configuration data set.
|
|
*/
|
|
export const CONFIG: any = (<any>window).__config;
|
|
|
|
|
|
/**
|
|
* REST API route information.
|
|
*/
|
|
export const ENDPOINTS: any = (<any>window).__endpoints; |