From 24426ef322c84582bd13006316694c5cc370d1b4 Mon Sep 17 00:00:00 2001 From: 64850858 <648540858@qq.com> Date: Wed, 7 Jul 2021 10:28:41 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E7=A4=BA?= =?UTF-8?q?=E4=BE=8B=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/all-application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/all-application.yml b/src/main/resources/all-application.yml index f05d5feb..1504404a 100644 --- a/src/main/resources/all-application.yml +++ b/src/main/resources/all-application.yml @@ -137,7 +137,7 @@ user-settings: interface-authentication: true # 接口鉴权例外的接口, 即不进行接口鉴权的接口 interface-authentication-excludes: - -"/" + - /api/v1/** # 推流直播是否录制 record-push-live: true