diff options
Diffstat (limited to '')
| -rw-r--r-- | frontend/src/api/Auth.ts (renamed from frontend/src/api/Auth.tsx) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/api/Auth.tsx b/frontend/src/api/Auth.ts index 09269e6..875c7e5 100644 --- a/frontend/src/api/Auth.tsx +++ b/frontend/src/api/Auth.ts | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | import axios from "axios"; | 1 | import axios from "axios"; |
| 2 | import { url } from "./Api"; | 2 | import { url } from "@api/Api"; |
| 3 | 3 | ||
| 4 | export const get_token = async (): Promise<string | undefined> => { | 4 | export const get_token = async (): Promise<string | undefined> => { |
| 5 | const response = await axios.get(url(`token`)) | 5 | const response = await axios.get(url(`token`)) |