Added a new ui

This commit is contained in:
2025-07-19 02:49:23 +02:00
parent 71535ec456
commit 732d7c8295
10 changed files with 635 additions and 199 deletions

View File

@@ -11,6 +11,8 @@ builder.Services.AddIntegration(builder.Configuration);
var app = builder.Build();
app.UseStaticFiles();
if (app.Environment.IsDevelopment())
{
app.MapOpenApi();