Add services and controllers for games #12
@@ -24,8 +24,7 @@ Action<DbContextOptionsBuilder> dbContextOptions = options =>
|
|||||||
{
|
{
|
||||||
npgOption.CommandTimeout(60);
|
npgOption.CommandTimeout(60);
|
||||||
npgOption.MigrationsAssembly("GameIdeas.WebAPI");
|
npgOption.MigrationsAssembly("GameIdeas.WebAPI");
|
||||||
})
|
});
|
||||||
.LogTo(Console.WriteLine);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// Add services to the container.
|
// Add services to the container.
|
||||||
|
|||||||
Reference in New Issue
Block a user