From 51c35cc76178a3a9ce3c78f42b599f0ac27f5eba Mon Sep 17 00:00:00 2001 From: yunchao Date: Tue, 20 Aug 2024 18:32:48 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20APIGW=E6=8E=A5=E5=85=A5=20(closed=20#37?= =?UTF-8?q?0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default.py b/config/default.py index ec81873..dc97e67 100644 --- a/config/default.py +++ b/config/default.py @@ -51,7 +51,7 @@ # 自定义中间件 MIDDLEWARE += ( - "blueapps.account.middlewares.BkJwtLoginRequiredMiddleware", + # "blueapps.account.middlewares.BkJwtLoginRequiredMiddleware", "apigw_manager.apigw.authentication.ApiGatewayJWTGenericMiddleware", "apigw_manager.apigw.authentication.ApiGatewayJWTAppMiddleware", "apigw_manager.apigw.authentication.ApiGatewayJWTUserMiddleware",