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