Skip to content

Commit

Permalink
Updated root url as per fusion changes
Browse files Browse the repository at this point in the history
  • Loading branch information
knighto82 committed Jun 20, 2024
1 parent e4d5abc commit b1742fe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ public class FusionConfiguration {

/**
* Defines the fusion root url to be used with api interactions.
* Defaults to "https://fusion-api.jpmorgan.com/fusion/v1/".
* Defaults to "https://fusion.jpmorgan.com/api/v1/".
*/
@Builder.Default
String rootURL = "https://fusion-api.jpmorgan.com/fusion/v1/";
String rootURL = "https://fusion.jpmorgan.com/api/v1/";

/**
* Defines the path to the credentials file for auth/authz.
Expand Down

0 comments on commit b1742fe

Please sign in to comment.