Skip to content

Commit

Permalink
[ZARS-672][ADD] change feasibility url to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
af-egr committed Dec 3, 2024
1 parent cbf4012 commit 1b8543c
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 1b8543c

Please sign in to comment.