Update to last EF Core

This commit is contained in:
Maxime Boulay
2025-05-15 14:56:46 +02:00
parent 934ab9e869
commit b1f115d889
12 changed files with 9869 additions and 8351 deletions

View File

@@ -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();
});