Update to last EF Core
This commit is contained in:
@@ -85,7 +85,6 @@ app.Use((ctx, next) =>
|
||||
headers["Access-Control-Allow-Credentials"] = "true";
|
||||
headers["Access-Control-Allow-Headers"] = "Content-Type, X-CSRF-Token, X-Requested-With, Accept, Accept-Version, Content-Length, Content-MD5, Date, X-Api-Version, X-File-Name";
|
||||
headers["Access-Control-Allow-Methods"] = "POST,GET,PUT,PATCH,DELETE,OPTIONS";
|
||||
headers["cc"] = "test";
|
||||
|
||||
return next();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user