fixing the origin requests once and for all
This commit is contained in:
parent
31159ebb5c
commit
8fdfb470cb
@ -9,7 +9,7 @@ import ovh.herisson.Clyde.Services.AuthenticatorService;
|
|||||||
import java.util.Date;
|
import java.util.Date;
|
||||||
|
|
||||||
@RestController
|
@RestController
|
||||||
@CrossOrigin(origins = "http://localhost:5173", allowCredentials = "true")
|
@CrossOrigin(originPatterns = "*", allowCredentials = "true")
|
||||||
public class LoginController {
|
public class LoginController {
|
||||||
private final AuthenticatorService authServ;
|
private final AuthenticatorService authServ;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user