Compare commits
2 Commits
79bd33fe41
...
cefb3c54c3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cefb3c54c3 | ||
| 7dcc85ac95 |
@@ -17,12 +17,6 @@ import java.util.Arrays;
|
||||
|
||||
@RestController
|
||||
@RequestMapping("/api/auth")
|
||||
@CrossOrigin(
|
||||
origins = "https://dev.vincent-guillet.fr",
|
||||
allowCredentials = "true",
|
||||
allowedHeaders = "*",
|
||||
methods = {RequestMethod.GET, RequestMethod.POST, RequestMethod.OPTIONS}
|
||||
)
|
||||
public class AuthController {
|
||||
|
||||
private final AuthService authService;
|
||||
|
||||
Reference in New Issue
Block a user