This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/static/js/constants/quay-config.constant.ts

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;