Remove MySQL stuff
This commit is contained in:
parent
71db39ca74
commit
881e7fa59d
12 changed files with 21 additions and 212 deletions
|
@ -20,7 +20,6 @@ namespace Robware.Api.Blog {
|
|||
services.AddControllers();
|
||||
|
||||
services
|
||||
.AddSingleton<Data.IDatabaseProvider>(new Data.MySQLDatabaseProvider(Configuration.GetConnectionString("mysql")))
|
||||
.AddSingleton<IMongoDatabase>(SetupMongoDatabase())
|
||||
.AddSingleton<IBlogRepository, BlogRepository>();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue