Add services and controllers for games #12

Merged
Egamorf merged 7 commits from release/add-services-controllers into main 2025-04-12 21:34:45 +02:00
Showing only changes of commit bdec8f401a - Show all commits

View File

@@ -24,8 +24,7 @@ Action<DbContextOptionsBuilder> dbContextOptions = options =>
{
npgOption.CommandTimeout(60);
npgOption.MigrationsAssembly("GameIdeas.WebAPI");
})
.LogTo(Console.WriteLine);
});
};
// Add services to the container.