From 31ccf4cefa86ecdf668604bc74e7dea2cbb42dfb Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Thu, 24 Aug 2023 14:44:26 +0800 Subject: [PATCH] x --- IRaCIS.Core.API/_PipelineExtensions/HangfireConfig.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/IRaCIS.Core.API/_PipelineExtensions/HangfireConfig.cs b/IRaCIS.Core.API/_PipelineExtensions/HangfireConfig.cs index 389246b97..2e11041ea 100644 --- a/IRaCIS.Core.API/_PipelineExtensions/HangfireConfig.cs +++ b/IRaCIS.Core.API/_PipelineExtensions/HangfireConfig.cs @@ -22,8 +22,6 @@ namespace IRaCIS.Core.API { //直接访问,没有带token 获取不到用户身份信息,所以这种自定义授权暂时没法使用 //Authorization = new[] { new hangfireAuthorizationFilter() } - - AppPath="/api", //本地请求 才能看 //Authorization = new[] { new LocalRequestsOnlyAuthorizationFilter() } DashboardTitle="后台任务管理",