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

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