From 7ec5176555df13608fdb1542cd64e195a8bc8a7c Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Thu, 3 Mar 2022 13:49:51 +0200 Subject: [PATCH] ProxmoxConnector.Server --- src/server/ProxmoxConnector.Server/Startup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();