From 82b999fe00c856dfd68f58ee0972dd634605a203 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Tue, 24 May 2022 12:01:27 +0800
Subject: [PATCH] 1、注册调整 2、批量审核

---
 src/main/resources/application.yml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 6a86f5d..32ca3a2 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -194,6 +194,7 @@
     #接口放行
     skip-url:
       - /blade-test/**
+      - /blade-user/import-users
     #授权认证配置
     auth:
       - method: ALL

--
Gitblit v1.9.3