Fix api startup

This commit is contained in:
2025-08-03 12:50:14 +02:00
parent 7abea2ee50
commit e65052d7f4
2 changed files with 5 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ builder.Services.AddAuthentication()
options.Authority = "TODO";
// options.
});
builder.Services.AddAuthorization();
var app = builder.Build();