diff --git a/src/server/ProxmoxConnector.Server/Startup.cs b/src/server/ProxmoxConnector.Server/Startup.cs index 36979c1..08d0bb3 100644 --- a/src/server/ProxmoxConnector.Server/Startup.cs +++ b/src/server/ProxmoxConnector.Server/Startup.cs @@ -57,7 +57,7 @@ namespace ProxmoxConnector.Server app.UseCors(x => x.AllowAnyOrigin().AllowAnyMethod().AllowAnyHeader()); app.UseExceptionHandler("/error"); - app.ConfigureSwagger("CDN.Server v1"); + app.ConfigureSwagger("ProxmoxConnector.Server v1"); app.UseRouting(); app.UseAuthentication();