From 836fa006b1db985671c16d0aea232f8438bc20e6 Mon Sep 17 00:00:00 2001
From: aix <vip_xiaobin810@163.com>
Date: Sat, 20 Jul 2024 09:33:23 +0800
Subject: [PATCH] 新建面状航线

---
 src/main/java/com/dji/sample/configuration/mvc/GlobalMVCConfigurer.java |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/dji/sample/configuration/mvc/GlobalMVCConfigurer.java b/src/main/java/com/dji/sample/configuration/mvc/GlobalMVCConfigurer.java
index c2fdc38..0da31a8 100644
--- a/src/main/java/com/dji/sample/configuration/mvc/GlobalMVCConfigurer.java
+++ b/src/main/java/com/dji/sample/configuration/mvc/GlobalMVCConfigurer.java
@@ -32,6 +32,7 @@
         excludePaths.add(managePrefix + manageVersion + "/login");
         excludePaths.add(managePrefix + manageVersion + "/token/refresh");
         excludePaths.add("/territory/tbdkjbxx/upload");
+        excludePaths.add("/territory/tbdkjbxx/uploadUrl");
         // Intercept for all request interfaces.
         registry.addInterceptor(authInterceptor).addPathPatterns("/**").excludePathPatterns(excludePaths);
     }

--
Gitblit v1.9.3