Tuer des bébés
This commit is contained in:
@@ -9,7 +9,8 @@ builder.Services.AddCors(options => {
|
||||
options.AddPolicy(name: MyAllowSpecificOrigins,
|
||||
policy => {
|
||||
policy.WithOrigins("http://localhost:3000",
|
||||
"http://localhost:3001");
|
||||
"http://localhost:3001")
|
||||
.AllowAnyMethod();
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user