Added client side repos

This commit is contained in:
2025-01-21 14:39:30 +01:00
parent bc555a79bf
commit 5b16cda8ea
7 changed files with 87 additions and 2 deletions

View File

@@ -75,7 +75,6 @@ await using (var scope = app.Services.CreateAsyncScope()) {
await db.Database.EnsureCreatedAsync();
}
app.UseHttpsRedirection();
app.MapDefaultEndpoints();
app.MapControllers();