fix: use correct url

This commit is contained in:
2025-02-17 02:57:18 -08:00
parent 278deb6d47
commit 23e0bcc0b8
+1 -1
View File
@@ -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";
/**
*