forked from MDCPS/DamageAssessment_Backend
Adding endpoint for mutiple questions update
This commit is contained in:
@ -51,14 +51,12 @@ if (app.Environment.IsDevelopment())
|
||||
regionProvider.SeedData();
|
||||
}
|
||||
}
|
||||
<<<<<<< HEAD
|
||||
|
||||
app.UseCors("DamageAppCorsPolicy");
|
||||
=======
|
||||
|
||||
// Enable CORS, authentication, and authorization middleware.
|
||||
app.UseCors("DamageAppCorsPolicy");
|
||||
|
||||
>>>>>>> 9ec9b8b96fc7c5767fcddf1e4e52bde203fcf619
|
||||
app.UseAuthorization();
|
||||
|
||||
app.MapControllers();
|
||||
|
Reference in New Issue
Block a user