mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-30 12:59:51 +00:00
10 lines
189 B
TypeScript
10 lines
189 B
TypeScript
![]() |
import { ApiRoot } from 'wherehows-web/utils/api/shared';
|
||
|
|
||
|
/**
|
||
|
* Defines the url to the list endpoint
|
||
|
* @type {string}
|
||
|
*/
|
||
|
const listUrlRoot = `${ApiRoot}/list`;
|
||
|
|
||
|
export { listUrlRoot };
|