From 26e229f05f2c646b9cb9b747d3ee211281368901 Mon Sep 17 00:00:00 2001 From: 05412 Date: Thu, 18 Jul 2024 08:03:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=85=8D=E8=AE=A4=E8=AF=81?= =?UTF-8?q?=E7=99=BD=E5=90=8D=E5=8D=95endpoint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 1477715..669c421 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -50,4 +50,4 @@ base: white-list: - ^/login$ - ^/reg$ - - ^(?!\/api).*$ \ No newline at end of file + - ^(?!\/api\/).* \ No newline at end of file