From 37ef190efe67344e75c4cc5db5427ee1e037e05e Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Tue, 17 May 2022 17:55:51 +0800
Subject: [PATCH] 注册修改
---
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