Füge Datenbank- und S3-Dienste hinzu; entferne nicht mehr benötigte WAL- und SHM-Dateien
This commit is contained in:
@@ -20,9 +20,13 @@ else
|
|||||||
builder.Services.AddDbContext<ApplicationDbContext>(options => options.UseSqlite("Data Source=app.db"));
|
builder.Services.AddDbContext<ApplicationDbContext>(options => options.UseSqlite("Data Source=app.db"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Adding Database Services
|
||||||
builder.Services.AddScoped<IAgeGroupService, AgeGroupService>();
|
builder.Services.AddScoped<IAgeGroupService, AgeGroupService>();
|
||||||
|
|
||||||
|
// Adding S3 Services
|
||||||
|
|
||||||
|
// Adding (latler) Redis Services
|
||||||
|
|
||||||
// Add Database Services
|
// Add Database Services
|
||||||
var app = builder.Build();
|
var app = builder.Build();
|
||||||
|
|
||||||
|
|||||||
BIN
API/app.db
BIN
API/app.db
Binary file not shown.
BIN
API/app.db-shm
BIN
API/app.db-shm
Binary file not shown.
BIN
API/app.db-wal
BIN
API/app.db-wal
Binary file not shown.
Reference in New Issue
Block a user