mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix(archival): 🐛 fix '//' in Hangfire Dashboard path
This commit is contained in:
parent
6c69c98e33
commit
c5deebf5d2
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ public static void Configure(IApplicationBuilder app, IWebHostEnvironment env)
|
|||
e.MapControllers();
|
||||
e.MapHangfireDashboard(new DashboardOptions
|
||||
{
|
||||
PrefixPath = "/api/archival/",
|
||||
PrefixPath = "/api/archival",
|
||||
Authorization = new[] {new DashboardAuthorizationFilter()},
|
||||
IsReadOnlyFunc = _ => true
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue