mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-22 17:10:30 +00:00
13 lines
189 B
TypeScript
13 lines
189 B
TypeScript
![]() |
/**
|
||
|
* Defines the root path for wherehows front-end api requests
|
||
|
* @type {string}
|
||
|
*/
|
||
|
const apiRoot = '/api/v1';
|
||
|
|
||
|
|
||
|
export * from 'wherehows-web/utils/api/datasets';
|
||
|
|
||
|
export {
|
||
|
apiRoot
|
||
|
}
|