10 lines
189 B
TypeScript
Raw Normal View History

import { ApiRoot } from 'wherehows-web/utils/api/shared';
/**
* Defines the url to the list endpoint
* @type {string}
*/
const listUrlRoot = `${ApiRoot}/list`;
export { listUrlRoot };