Fixing the cross origine on the frontend side + request in json #79

Merged
tonitch merged 4 commits from tonitch/front/fix/crossOrigine into master 2024-03-09 18:18:16 +01:00
Showing only changes of commit 847b1ca419 - Show all commits

View File

@ -9,7 +9,7 @@ import ovh.herisson.Clyde.Services.AuthenticatorService;
import java.util.Date;
@RestController
@CrossOrigin(origins = "http://localhost:5173")
@CrossOrigin(origins = "http://localhost:5173", allowCredentials = "true")
public class LoginController {
private final AuthenticatorService authServ;