refactor endpoint to be more in line with /teams endpoint

This commit is contained in:
2025-12-18 15:34:52 +01:00
parent f8577b2fed
commit cdf1e19ff5

View File

@@ -15,7 +15,7 @@ import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;
@RestController
@RequestMapping("/racer")
@RequestMapping("/racers")
@Slf4j
@RequiredArgsConstructor
public class RacerRestController {