diff --git a/src/components/client.ts b/src/components/client.ts index d1cc196..84f5946 100644 --- a/src/components/client.ts +++ b/src/components/client.ts @@ -14,8 +14,8 @@ export const apiGetDays = async (): Promise => { } export function getApiUrl(path: string) { - // const url = 'https://' + window.location.host.split(':')[0] + path - const url = 'http://localhost:8210' + path + const url = 'https://' + window.location.host.split(':')[0] + path + // const url = 'http://localhost:8210' + path return url }