Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into develop
Browse files Browse the repository at this point in the history
# Conflicts:
#	sonarQuest-frontend/package-lock.json
#	sonarQuest-frontend/package.json
  • Loading branch information
SteffenLammers committed Sep 26, 2024
2 parents 223166c + c43b68d commit 1488435
Show file tree
Hide file tree
Showing 3 changed files with 6,767 additions and 8,073 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ private void updateCurrentConfig(final SonarConfig config, final SonarConfig cur
public boolean checkSonarQubeURL(final SonarConfig sonarConfig) {
boolean result = false;

final String apiAddress = sonarConfig.getSonarServerUrl() + "/api";
final String apiAddress = sonarConfig.getSonarServerUrl() + "/api/";
LOGGER.info("Testing server at {}", apiAddress);
final RestTemplate restTemplate = restTemplateService.getRestTemplate(sonarConfig);

Expand Down
Loading

0 comments on commit 1488435

Please sign in to comment.