Move userscript to server

This commit is contained in:
2026-04-10 12:01:58 +02:00
parent e6860461ee
commit 8459f7938d
7 changed files with 24 additions and 11 deletions
+1
View File
@@ -30,6 +30,7 @@ if (app.Environment.IsDevelopment())
app.UseDeveloperExceptionPage();
}
app.MapStaticAssets();
app.MapOpenApi();
app.UseSwaggerUI(options =>
{