This commit is contained in:
2026-08-29 02:07:09 +07:00
parent 7c9fa4a8c2
commit a70a60e6bd
+2 -2
View File
@@ -14,8 +14,8 @@ export const apiGetDays = async (): Promise<Schedule> => {
} }
export function getApiUrl(path: string) { export function getApiUrl(path: string) {
// const url = 'https://' + window.location.host.split(':')[0] + path const url = 'https://' + window.location.host.split(':')[0] + path
const url = 'http://localhost:8210' + path // const url = 'http://localhost:8210' + path
return url return url
} }