From 34159df2cce79612bef8681bcfcfda238b52bcd4 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Mon, 11 Jul 2022 11:17:14 +0800
Subject: [PATCH] 大屏接口对接
---
src/main/resources/application.yml | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 665d720..765db94 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -204,6 +204,9 @@
- /stock/**
- /farmPlant/**
- /farmProductStock/**
+ - /strain/**
+ - /blade-user/**
+ - /traceability/**
#授权认证配置
auth:
- method: ALL
--
Gitblit v1.9.3