From 398beae327c53a6169cdefffcb6f5ac340aee058 Mon Sep 17 00:00:00 2001 From: cjy Date: Fri, 26 Jul 2024 15:48:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=BF=BD=E7=95=A5=E8=B7=AF?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ds-wms-service/DS.WMS.Gateway/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ds-wms-service/DS.WMS.Gateway/appsettings.json b/ds-wms-service/DS.WMS.Gateway/appsettings.json index 897fa2be..3f894884 100644 --- a/ds-wms-service/DS.WMS.Gateway/appsettings.json +++ b/ds-wms-service/DS.WMS.Gateway/appsettings.json @@ -9,7 +9,7 @@ "Cors": { "PolicyName": "WMSCore.API", "Url": "http://localhost:3110,https://localhost:3110,http://localhost:3112,https://localhost:3112", - "IgnorePath": "swagger,login,tenantregister,linkattach,printtempfile,favicon,clientuserlogin,addbookingstatuslog" + "IgnorePath": "swagger,login,tenantregister,linkattach,printtempfile,favicon,clientuserlogin,addbookingstatuslog,createbctaskjob" }, "JwtSettings": { "Issuer": "vol.core.owner",