forked from MDCPS/DamageAssessment_Backend
Code cleanup variable names
This commit is contained in:
@ -46,7 +46,7 @@ if (app.Environment.IsDevelopment())
|
||||
app.UseSwaggerUI(options => {
|
||||
//switch for local environment
|
||||
options.SwaggerEndpoint("/swagger/v1/swagger.json", "");
|
||||
// options.SwaggerEndpoint("/questions/swagger/v1/swagger.json", "");
|
||||
// options.SwaggerEndpoint("/questions/swagger/v1/swagger.json", "");
|
||||
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user