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