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