switch to /player instead of /
All checks were successful
deploy / deploy (push) Successful in 47s

This commit is contained in:
Lee
2024-04-07 00:31:33 +01:00
parent 29dead7c7c
commit fa004bc3c8
2 changed files with 8 additions and 3 deletions

View File

@ -17,7 +17,7 @@ import java.util.Objects;
import java.util.concurrent.TimeUnit;
@RestController
@RequestMapping(value = "/")
@RequestMapping(value = "/player/")
public class PlayerController {
private final CacheControl cacheControl = CacheControl.maxAge(1, TimeUnit.HOURS).cachePublic();