Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
refactor DocumentController.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ori0o0p committed Apr 2, 2024
1 parent f32f900 commit da7fadc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public Flux<SimpleDocumentResponse> getDocumentOrderByVersion() {
return getDocumentUsecase.getDocumentTop10();
}

@GetMapping("/most-view")
@GetMapping
public Flux<SimpleDocumentResponse> getDocumentOrderByView() {
return getDocumentUsecase.getDocumentOrderByView();
}
Expand Down

0 comments on commit da7fadc

Please sign in to comment.