Update api/src/main/java/fr/gameovergne/api/controller/auth/AuthController.java

This commit is contained in:
2025-12-05 13:57:42 +00:00
parent ec9eb0dc7d
commit 7dcc85ac95

View File

@@ -17,12 +17,6 @@ import java.util.Arrays;
@RestController @RestController
@RequestMapping("/api/auth") @RequestMapping("/api/auth")
@CrossOrigin(
origins = "https://dev.vincent-guillet.fr",
allowCredentials = "true",
allowedHeaders = "*",
methods = {RequestMethod.GET, RequestMethod.POST, RequestMethod.OPTIONS}
)
public class AuthController { public class AuthController {
private final AuthService authService; private final AuthService authService;