chore: add waf

This commit is contained in:
2026-03-15 13:31:48 +01:00
parent 2e7340f9a6
commit 42276ca4ff
18 changed files with 164 additions and 3508 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import type {
import { getToken } from "../auth/tokenStorage";
import { extractUsernameFromToken } from "../auth/jwtUtils";
const V1 = "http://5.181.0.112/api/v1";
const V1 = "https://5.181.0.112.nip.io/api/v1";
export const getJwtUsername = async (): Promise<string | null> => {
const token = await getToken();