We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c08d49 commit 40a4e32Copy full SHA for 40a4e32
src/main/java/com/getourguide/interview/controller/StatisticsController.java
@@ -13,7 +13,7 @@ public class StatisticsController {
13
private final StatisticsService statisticsService;
14
15
@GetMapping("/stats/suppliers")
16
- public ResponseEntity<List<Object[]>> suppliersSearch() {
+ public ResponseEntity<List<Object[]>> supplierStats() {
17
return ResponseEntity.ok(statisticsService.getSupplierStats());
18
}
19
0 commit comments