This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects

Resolve ""Error: Exercise could not be found..." during resource loading"

@@ -405,7 +405,7 @@ public class ExerciseResource {
return ResponseEntity.ok(new URL(baseUrl + "/import/" + exerciseImportService.getTokenFromUrl(exerciseUrl)).toURI());
}
@GetMapping(value = "/exercises/source-authorization/**")
@GetMapping("/exercises/source-authorization/**")
@SuppressWarnings("PMD.AvoidCatchingGenericException")
public ResponseEntity<SearchResultDTO> getMembers(HttpServletRequest request) {
String exerciseId = "unknown";