Skip to content

Commit 355d5a6

Browse files
committed
Update URL to call TMF party organizations
1 parent a811dd1 commit 355d5a6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/app/services/provider.service.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ export interface Provider {
2020
})
2121
export class ProviderService {
2222
private http = inject(HttpClient);
23-
private readonly endpoint = `${environment.BASE_URL}/party/v4/organization`;
24-
//TODO FOR DEV ONLY
25-
//private readonly endpoint = `${environment.BASE_URL}/party/organization`;
23+
private readonly endpoint = `${environment.BASE_URL}/party/organization`;
2624

2725
getProviders(params: { fields?: string; offset?: number; limit?: number } = {}): Observable<Provider[]> {
2826
let httpParams = new HttpParams();

0 commit comments

Comments
 (0)