Implemented the ability to update a library including folders.
This commit is contained in:
parent
ac2b40aba6
commit
219f6e675a
5 changed files with 37 additions and 7 deletions
|
@ -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!"));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue