mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-04 23:38:01 +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';
|