Adding endpoint for mutiple questions update

This commit is contained in:
Reginald Cherenfant Jasmin
2023-12-07 02:16:00 -05:00
parent 3de53c1198
commit d7005479c5
7 changed files with 43 additions and 12 deletions

View File

@ -50,14 +50,12 @@ if (app.Environment.IsDevelopment())
employeesProvider.SeedData();
}
}
<<<<<<< HEAD
app.UseCors("DamageAppCorsPolicy");
=======
// Enable CORS, authentication, and authorization middleware.
app.UseCors("DamageAppCorsPolicy");
>>>>>>> 9ec9b8b96fc7c5767fcddf1e4e52bde203fcf619
app.UseAuthorization();
app.MapControllers();