diff --git a/API/Program.cs b/API/Program.cs index 3a9fcab..eae49c0 100644 --- a/API/Program.cs +++ b/API/Program.cs @@ -20,9 +20,13 @@ else builder.Services.AddDbContext(options => options.UseSqlite("Data Source=app.db")); } - +// Adding Database Services builder.Services.AddScoped(); +// Adding S3 Services + +// Adding (latler) Redis Services + // Add Database Services var app = builder.Build(); diff --git a/API/app.db b/API/app.db index 0de02ec..459224a 100644 Binary files a/API/app.db and b/API/app.db differ diff --git a/API/app.db-shm b/API/app.db-shm deleted file mode 100644 index 1407efc..0000000 Binary files a/API/app.db-shm and /dev/null differ diff --git a/API/app.db-wal b/API/app.db-wal deleted file mode 100644 index 95a33f6..0000000 Binary files a/API/app.db-wal and /dev/null differ