From 3acf98a35622e85ccc01bbc44e4c72d24b336fc9 Mon Sep 17 00:00:00 2001
From: value <z1292839451@163.com>
Date: 星期三, 01 五月 2024 23:10:59 +0800
Subject: [PATCH] 修复post请求体过大导致数据不全的问题
---
pom.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
index 538a30a..76601b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,6 +20,7 @@
<module>user-server</module>
<module>system-run</module>
<module>cnas-server</module>
+ <module>inspect-server</module>
</modules>
<properties>
--
Gitblit v1.9.3