mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
parent
1f7f092ff6
commit
db13f68846
1 changed files with 2 additions and 1 deletions
|
|
@ -53,7 +53,8 @@ public void Configure(IApplicationBuilder app)
|
|||
ForwardedHeaders = ForwardedHeaders.XForwardedFor | ForwardedHeaders.XForwardedProto
|
||||
});
|
||||
|
||||
app.UseSwagger().UseSwaggerUI(c =>
|
||||
app.UseSwagger();
|
||||
app.UseSwaggerUI(c =>
|
||||
{
|
||||
c.SwaggerEndpoint("/swagger/v1/swagger.json", "FilterLists API V1");
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue