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

@ -54,11 +54,9 @@ if (app.Environment.IsDevelopment())
app.UseSwagger();
app.UseSwaggerUI();
}
<<<<<<< HEAD
=======
// Enable CORS, authentication, and authorization middleware.
>>>>>>> 9ec9b8b96fc7c5767fcddf1e4e52bde203fcf619
app.UseCors("DamageAppCorsPolicy");
app.UseAuthorization();
app.UseHttpsRedirection();