From c62f0f711b5ff43a3136c8932c96e1c18ce2a3df Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Thu, 12 Aug 2021 17:18:53 +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 c850e7d..d935c8d 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -201,6 +201,7 @@
- /blade-user/**
- /examPayment/**
- /apply/**
+ - /investigate/**
#授权认证配置
auth:
- method: ALL
--
Gitblit v1.9.3