Update conf swagger json file
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ if (app.Environment.IsDevelopment() || app.Environment.IsStaging())
|
||||
//app.UseSwaggerUI();
|
||||
app.UseSwaggerUI(c =>
|
||||
{
|
||||
c.SwaggerEndpoint("/swagger/v1/swagger.json", "EgalWare's Lux API v1");
|
||||
c.SwaggerEndpoint($"{baseUrl}swagger/v1/swagger.json", "EgalWare's Lux API");
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user