mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-04 07:18:02 +00:00
6 lines
122 B
TypeScript
6 lines
122 B
TypeScript
/**
|
|
* Defines the url for application configuration options
|
|
* @type {string}
|
|
*/
|
|
export const appConfigUrl = '/config';
|