Code cleanup variable names

This commit is contained in:
Santhosh S
2023-09-04 15:50:26 -04:00
parent a52f6e0cf9
commit cc4b58d072
6 changed files with 14 additions and 14 deletions

View File

@ -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", "");
});