Update conf swagger json file

This commit is contained in:
Samuele Locatelli
2025-07-22 18:04:34 +02:00
parent cef4257067
commit 106adc4a8d
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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");
});
}