Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
Update guides list mapping path
Browse files Browse the repository at this point in the history
  • Loading branch information
bclozel committed Jan 28, 2021
1 parent eb3e80a commit eeb3e4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public ResponseEntity resourceNotFound() {
return ResponseEntity.notFound().build();
}

@GetMapping("/")
@GetMapping("")
public CollectionModel<GuideModel> listGuides() {
List<GuideModel> guideModels = this.guideAssembler
.toCollectionModel(this.githubClient.fetchOrgRepositories(properties.getGuides().getOrganization()))
Expand Down

0 comments on commit eeb3e4c

Please sign in to comment.