File size: 182 Bytes
1e92f2d | 1 2 3 4 5 6 | import getOdysseyStatsBaseUrl from './get-odyssey-stats-base-url';
const getSiteStatsBaseUrl = (): string => `${ getOdysseyStatsBaseUrl() }#!`;
export default getSiteStatsBaseUrl;
|
1e92f2d | 1 2 3 4 5 6 | import getOdysseyStatsBaseUrl from './get-odyssey-stats-base-url';
const getSiteStatsBaseUrl = (): string => `${ getOdysseyStatsBaseUrl() }#!`;
export default getSiteStatsBaseUrl;
|