Skip to content

Commit

Permalink
Merge pull request #29 from medizininformatik-initiative/feature/ZARS…
Browse files Browse the repository at this point in the history
…-672_change_feasibility_url

[ZARS-672][ADD] change feasibility url to v4
  • Loading branch information
af-egr authored Dec 3, 2024
2 parents cbf4012 + 1b8543c commit 6fa7cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/feasibility/feasibility.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export class FeasibilityService {
constructor(private feasibilityClient: FeasibilityClient) {
this.apiClient = this.feasibilityClient.client;
}
private readonly basePath = 'api/v2/query';
private readonly basePath = 'api/v4/query';
private apiClient: AxiosInstance;

async getQueriesByUser(userId: string): Promise<FeasibilityUserQueryDetailDto[]> {
Expand Down

0 comments on commit 6fa7cef

Please sign in to comment.