Skip to content

Commit

Permalink
Merge pull request #146 from Guzzing/performance
Browse files Browse the repository at this point in the history
style : path 수정
  • Loading branch information
byeolhaha authored Feb 17, 2024
2 parents 2051e19 + 65a0624 commit 7ec7c53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public ResponseEntity<AcademiesByLocationWithScrollResponses> findByLocationWith
}

@GetMapping(
path = "/complexes-cursor",
path = "/complexes",
produces = MediaType.APPLICATION_JSON_VALUE)
public ResponseEntity<AcademyByLocationWithCursorResponses> findByLocationWithCursor(
@ModelAttribute @Valid AcademyByLocationWithCursorRequest request,
Expand Down

0 comments on commit 7ec7c53

Please sign in to comment.