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
@@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<Version>0.9.2507.2217</Version>
<Version>0.9.2507.2218</Version>
</PropertyGroup>
<ItemGroup>
+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");
});
}
+1 -1
View File
@@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>0.9.2507.2217</Version>
<Version>0.9.2507.2218</Version>
</PropertyGroup>
<ItemGroup>
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>LUX - Web Windows MES</i>
<h4>Versione: 0.9.2507.2217</h4>
<h4>Versione: 0.9.2507.2218</h4>
<br /> Note di rilascio:
<ul>
<li>
+1 -1
View File
@@ -1 +1 @@
0.9.2507.2217
0.9.2507.2218
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>0.9.2507.2217</version>
<version>0.9.2507.2218</version>
<url>http://nexus.steamware.net/repository/SWS/GPW/stable/GPW.UI.zip</url>
<changelog>http://nexus.steamware.net/repository/SWS/GPW/stable/ChangeLog.html</changelog>
<mandatory>false</mandatory>