diff options
| author | Wolfboy248 <georgejvindkarlsen@gmail.com> | 2024-10-18 17:27:06 +0200 |
|---|---|---|
| committer | Wolfboy248 <georgejvindkarlsen@gmail.com> | 2024-10-18 17:27:06 +0200 |
| commit | 7a27e1348539c36b3d7ee91208a7b65055800dee (patch) | |
| tree | 032990a7adffd1e0a9db7d7fc8d9509162b787cd /frontend/src/api | |
| parent | refactor: 21.png (diff) | |
| parent | refactor: nothing to see here (diff) | |
| download | lphub-7a27e1348539c36b3d7ee91208a7b65055800dee.tar.gz lphub-7a27e1348539c36b3d7ee91208a7b65055800dee.tar.bz2 lphub-7a27e1348539c36b3d7ee91208a7b65055800dee.zip | |
Merge branch 'typescript' of https://github.com/pektezol/LeastPortalsHub into typescript
Diffstat (limited to '')
| -rw-r--r-- | frontend/src/api/Api.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/api/Api.tsx b/frontend/src/api/Api.tsx index d03d0ec..053e920 100644 --- a/frontend/src/api/Api.tsx +++ b/frontend/src/api/Api.tsx | |||
| @@ -49,7 +49,7 @@ export const API = { | |||
| 49 | delete_map_summary: (token: string, map_id: string, route_id: number) => delete_map_summary(token, map_id, route_id), | 49 | delete_map_summary: (token: string, map_id: string, route_id: number) => delete_map_summary(token, map_id, route_id), |
| 50 | }; | 50 | }; |
| 51 | 51 | ||
| 52 | const BASE_API_URL: string = "https://lp.ardapektezol.com/api/v1/" | 52 | const BASE_API_URL: string = "/api/v1/" |
| 53 | 53 | ||
| 54 | export function url(path: string): string { | 54 | export function url(path: string): string { |
| 55 | return BASE_API_URL + path; | 55 | return BASE_API_URL + path; |