mirror of
https://dev.azure.com/tstanciu94/Connectors/_git/ProxmoxConnector
synced 2025-06-21 19:22:55 +03:00
ProxmoxConnector.Server
This commit is contained in:
parent
b4d0400845
commit
7ec5176555
@ -57,7 +57,7 @@ namespace ProxmoxConnector.Server
|
|||||||
app.UseCors(x => x.AllowAnyOrigin().AllowAnyMethod().AllowAnyHeader());
|
app.UseCors(x => x.AllowAnyOrigin().AllowAnyMethod().AllowAnyHeader());
|
||||||
app.UseExceptionHandler("/error");
|
app.UseExceptionHandler("/error");
|
||||||
|
|
||||||
app.ConfigureSwagger("CDN.Server v1");
|
app.ConfigureSwagger("ProxmoxConnector.Server v1");
|
||||||
|
|
||||||
app.UseRouting();
|
app.UseRouting();
|
||||||
app.UseAuthentication();
|
app.UseAuthentication();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user