From bc2368866e5cc6fb388ef46bc4338b5b3044f0c5 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Mon, 25 Aug 2025 16:30:32 -0700 Subject: [PATCH] chore: use live sanction api url --- client/src/app/sanctions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/app/sanctions.ts b/client/src/app/sanctions.ts index ba2c136..249414f 100644 --- a/client/src/app/sanctions.ts +++ b/client/src/app/sanctions.ts @@ -12,7 +12,7 @@ export class SanctionsService { public constructor() {} // eslint-disable-next-line @typescript-eslint/class-methods-use-this -- Getter for static URL. private get url(): string { - return "http://localhost:20000/sanctions"; + return "https://hikari.nhcarrigan.com/api/sanctions"; } public async getSanctions(): Promise<