generated from VLADIMIR/template_frontend
fix port
This commit is contained in:
parent
156556c118
commit
f3eb8275da
@ -14,7 +14,7 @@ export const apiGetDays = async (): Promise<Schedule> => {
|
||||
}
|
||||
|
||||
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
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user