Skip to content

Commit

Permalink
DO NOT MERGE This PR is for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
eray-felek-sonarsource committed Feb 6, 2025
1 parent 7857346 commit 7a54137
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

public enum SonarCloudRegion {
EU("https://sonarcloud.io", "wss://events-api.sonarcloud.io/"),
US("https://us.sonarcloud.io", "wss://events-api.us.sonarcloud.io/");
US("https://us-sc-staging.io", "wss://events-api.us.sonarcloud.io/");

private final URI productionUri;
private final URI webSocketUri;
Expand Down

0 comments on commit 7a54137

Please sign in to comment.