ProxmoxConnector.Server

master
Tudor Stanciu 2022-03-03 13:49:51 +02:00
parent b4d0400845
commit 7ec5176555
1 changed files with 1 additions and 1 deletions

View File

@ -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();