fixing the origin requests once and for all
This commit is contained in:
		| @ -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; | ||||||
|  |  | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user