feat: initial project prototype #2

Merged
naomi merged 14 commits from feat/init into main 2025-02-17 14:03:33 -08:00
Showing only changes of commit 23e0bcc0b8 - Show all commits

View File

@ -8,7 +8,7 @@ import type { Appeal, Commission, Contact, ErrorResponse, Event, Meeting, Mentor
providedIn: "root", providedIn: "root",
}) })
export class ApiService { export class ApiService {
public url = "http://localhost:1234"; public url = "https://forms-api.nhcarrigan.com";
/** /**
* *