Fixing sonar code quality recommendations
This commit is contained in:
parent
4f93fef661
commit
2d066ea36c
5 changed files with 7 additions and 18 deletions
|
@ -39,7 +39,6 @@ namespace API
|
|||
|
||||
if (env.IsDevelopment())
|
||||
{
|
||||
//app.UseDeveloperExceptionPage();
|
||||
app.UseSwagger();
|
||||
app.UseSwaggerUI(c => c.SwaggerEndpoint("/swagger/v1/swagger.json", "API v1"));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue