Skip to content

Commit 40a4e32

Browse files
cleanup copy paste leftover
1 parent 0c08d49 commit 40a4e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/getourguide/interview/controller/StatisticsController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class StatisticsController {
1313
private final StatisticsService statisticsService;
1414

1515
@GetMapping("/stats/suppliers")
16-
public ResponseEntity<List<Object[]>> suppliersSearch() {
16+
public ResponseEntity<List<Object[]>> supplierStats() {
1717
return ResponseEntity.ok(statisticsService.getSupplierStats());
1818
}
1919
}

0 commit comments

Comments
 (0)