From 23e0bcc0b862d4333974386371d546f8e49dfaac Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Mon, 17 Feb 2025 02:57:18 -0800 Subject: [PATCH] fix: use correct url --- client/src/app/api.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/app/api.service.ts b/client/src/app/api.service.ts index 09a5105..94252bd 100644 --- a/client/src/app/api.service.ts +++ b/client/src/app/api.service.ts @@ -8,7 +8,7 @@ import type { Appeal, Commission, Contact, ErrorResponse, Event, Meeting, Mentor providedIn: "root", }) export class ApiService { - public url = "http://localhost:1234"; + public url = "https://forms-api.nhcarrigan.com"; /** *