chore: fix URL

This commit is contained in:
2026-03-06 16:17:29 +01:00
parent 12b65d54c0
commit e4462a1d69
6 changed files with 24 additions and 11 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import type {
import { getToken } from "../auth/tokenStorage";
import { extractUsernameFromToken } from "../auth/jwtUtils";
const V1 = "https://uber-stup.club/api/v1";
const V1 = "http://5.181.0.112/api/v1";
export const getJwtUsername = async (): Promise<string | null> => {
const token = await getToken();