ProxmoxConnector.Server
parent
b4d0400845
commit
7ec5176555
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue