mirror of
https://github.com/rjNemo/ticket_manager
synced 2026-06-06 00:36:39 +00:00
updated api doc root url
This commit is contained in:
parent
6d93e88dcf
commit
2a693dfebd
1 changed files with 1 additions and 0 deletions
|
|
@ -93,6 +93,7 @@ namespace TicketManager
|
|||
|
||||
app.UseSwaggerUI(c =>
|
||||
{
|
||||
c.RoutePrefix = "api/v1";
|
||||
c.SwaggerEndpoint("/swagger/v1/swagger.json", "Ticket Manager API v1");
|
||||
c.DefaultModelsExpandDepth(-1);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue