From e0613d9a7d3047fadd97ce9ee9012b68ee829801 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Mon, 11 Jul 2022 15:57:50 +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 765db94..340b4d3 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -207,6 +207,7 @@
- /strain/**
- /blade-user/**
- /traceability/**
+ - /sweepRecord/**
#授权认证配置
auth:
- method: ALL
--
Gitblit v1.9.3