虚拟路径测试
parent
3a7ddab1f3
commit
a601cf3ef8
|
@ -18,7 +18,7 @@ namespace IRaCIS.Core.API
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
app.UseHangfireDashboard("/back/hangfire", new DashboardOptions()
|
app.UseHangfireDashboard("/hangfire", new DashboardOptions()
|
||||||
{
|
{
|
||||||
//直接访问,没有带token 获取不到用户身份信息,所以这种自定义授权暂时没法使用
|
//直接访问,没有带token 获取不到用户身份信息,所以这种自定义授权暂时没法使用
|
||||||
//Authorization = new[] { new hangfireAuthorizationFilter() }
|
//Authorization = new[] { new hangfireAuthorizationFilter() }
|
||||||
|
|
Loading…
Reference in New Issue