mirror of
https://github.com/PaulReichmuth/timekeep-backend.git
synced 2025-12-22 14:41:57 +00:00
refactor endpoint to be more in line with /teams endpoint
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user