Implemented the ability to update a library including folders.

This commit is contained in:
Joseph Milazzo 2021-01-04 13:06:01 -06:00
parent ac2b40aba6
commit 219f6e675a
5 changed files with 37 additions and 7 deletions

View file

@ -45,6 +45,7 @@ namespace API
app.UseSwaggerUI(c => c.SwaggerEndpoint("/swagger/v1/swagger.json", "API v1"));
}
app.UseHangfireDashboard();
backgroundJobs.Enqueue(() => Console.WriteLine("Hello world from Hangfire!"));