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