Skip to content

Commit

Permalink
feat: update api client
Browse files Browse the repository at this point in the history
  • Loading branch information
tkuzynow committed Sep 1, 2023
1 parent f39efe0 commit 1d0935c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class ApiControllerFactory {
private String userServiceBasePath;

public UserControllerApi userControllerApi() {
var apiClient = new ApiClient(restTemplate).setBasePath(userServiceBasePath);
var apiClient = new UserApiClient(restTemplate).setBasePath(userServiceBasePath);

return new UserControllerApi(apiClient);
}
Expand Down

0 comments on commit 1d0935c

Please sign in to comment.