generated from nhcarrigan/template
fix: use correct url
This commit is contained in:
parent
278deb6d47
commit
23e0bcc0b8
@ -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";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user