From 6a570e438ef2565ade370d9beb73670c5cbc39fc Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期一, 31 三月 2025 16:53:27 +0800
Subject: [PATCH] fix 登录

---
 src/main/resources/application.yml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 234aa83..5f9d880 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,7 +1,7 @@
 server:
   port: 8080
   servlet:
-    context-path: /smart_message
+    context-path: /flower
 
 spring:
   application:

--
Gitblit v1.9.3