From dde162ffb34f2cc0ece4ca9cfcd09e2cb42ace6d Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Fri, 17 May 2024 18:13:11 +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 a10c9be..851fa87 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -272,6 +272,7 @@
# - /blade-policeStation/**
# - /blade-policeAffairsGrid/**
# - /blade-category/**
+ - /blade-disputeRecord/**
#授权认证配置
auth:
- method: ALL
--
Gitblit v1.9.3