虚拟路径测试

Uat_Study
hang 2023-08-24 15:34:38 +08:00
parent 3a7ddab1f3
commit a601cf3ef8
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ namespace IRaCIS.Core.API
{
app.UseHangfireDashboard("/back/hangfire", new DashboardOptions()
app.UseHangfireDashboard("/hangfire", new DashboardOptions()
{
//直接访问没有带token 获取不到用户身份信息,所以这种自定义授权暂时没法使用
//Authorization = new[] { new hangfireAuthorizationFilter() }