This commit is contained in:
Владимир Фёдоров 2026-03-26 04:07:28 +07:00
parent 156556c118
commit f3eb8275da

View File

@ -14,7 +14,7 @@ export const apiGetDays = async (): Promise<Schedule> => {
} }
export function getApiUrl(path: string) { 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 return url
} }