6 lines
122 B
TypeScript
Raw Normal View History

/**
* Defines the url for application configuration options
* @type {string}
*/
export const appConfigUrl = '/config';