generated from VLADIMIR/template_frontend
fix port
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user