swagger fix

master
Tudor Stanciu 2020-12-20 11:15:42 +02:00
parent 62be9f4a50
commit a7cda905bc
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ namespace NetworkResurrector.Api.Swagger
applicationBuilder.UseSwaggerUI(c => applicationBuilder.UseSwaggerUI(c =>
{ {
c.SwaggerEndpoint("v1/swagger.json", "Chatbot API"); c.SwaggerEndpoint("v1/swagger.json", "NetworkResurrector API");
c.RoutePrefix = $"swagger"; c.RoutePrefix = $"swagger";
}); });