From f39b6298fa6f3fad5b15e1d1e6bc80c659c023e5 Mon Sep 17 00:00:00 2001 From: 克 刘 <4345453@qq.com> Date: Fri, 21 Aug 2020 15:37:41 +0800 Subject: [PATCH] 扩展Admin监控发送邮件功能 --- kidgrow-springcloud/kidgrow-springcloud-zuul/src/main/resources/application.yml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kidgrow-springcloud/kidgrow-springcloud-zuul/src/main/resources/application.yml b/kidgrow-springcloud/kidgrow-springcloud-zuul/src/main/resources/application.yml index 59f972e..c05a29b 100644 --- a/kidgrow-springcloud/kidgrow-springcloud-zuul/src/main/resources/application.yml +++ b/kidgrow-springcloud/kidgrow-springcloud-zuul/src/main/resources/application.yml @@ -217,7 +217,7 @@ - /*/oauth/** - /actuator/health - /actuator/info - - /api-sms/smsChangLan/send + - /api-file/smsChangLan/send - /api-user/users/doctorUserReg - /api-user/users/isRegUser - /api-user/users/passwordByPhone @@ -249,7 +249,7 @@ /api-user/users-anon/**, /login.html, /user/login, - /api-sms/smsChangLan/send, + /api-file/smsChangLan/send, /api-user/users/doctorUserReg, /api-file/files-upload, /api-user/users/isRegUser, -- Gitblit v1.8.0