diff options
Diffstat (limited to '')
| -rw-r--r-- | frontend/src/api/Rankings.ts (renamed from frontend/src/api/Rankings.tsx) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/api/Rankings.tsx b/frontend/src/api/Rankings.ts index 384f826..b8d9bec 100644 --- a/frontend/src/api/Rankings.tsx +++ b/frontend/src/api/Rankings.ts | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | import axios from "axios"; | 1 | import axios from "axios"; |
| 2 | import { url } from "./Api"; | 2 | import { url } from "@api/Api"; |
| 3 | import { Ranking, SteamRanking } from "../types/Ranking"; | 3 | import { Ranking, SteamRanking } from "@customTypes/Ranking"; |
| 4 | 4 | ||
| 5 | export const get_official_rankings = async (): Promise<Ranking> => { | 5 | export const get_official_rankings = async (): Promise<Ranking> => { |
| 6 | const response = await axios.get(url(`rankings/lphub`)); | 6 | const response = await axios.get(url(`rankings/lphub`)); |