Вернул openAPI
All checks were successful
Create and publish a Docker image / Publish image (push) Successful in 3m47s
All checks were successful
Create and publish a Docker image / Publish image (push) Successful in 3m47s
This commit is contained in:
@@ -45,6 +45,9 @@ if (string.IsNullOrEmpty(preinstsalledJwtToken))
|
||||
|
||||
var app = builder.Build();
|
||||
|
||||
app.UseForwardedHeaders();
|
||||
app.MapOpenApi();
|
||||
|
||||
var logger = app.Services.GetRequiredService<ILogger<Program>>();
|
||||
|
||||
if (string.IsNullOrEmpty(preinstsalledJwtToken))
|
||||
|
Reference in New Issue
Block a user