From d3ff95a6631915cd56ac7f774f5fca297b9f5642 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期三, 26 七月 2023 19:55:32 +0800
Subject: [PATCH] fix
---
router/client.go | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/router/client.go b/router/client.go
index 7111685..1302ef8 100644
--- a/router/client.go
+++ b/router/client.go
@@ -14,6 +14,6 @@
clientRouter.POST("add", clientApi.Add) // 娣诲姞瀹㈡埛
clientRouter.DELETE("delete/:id", clientApi.Delete) // 鍒犻櫎瀹㈡埛
clientRouter.PUT("update", clientApi.Update) // 鏇存柊瀹㈡埛
- clientRouter.GET("list", clientApi.List) // 鑾峰彇瀹㈡埛鍒楄〃
+ clientRouter.POST("list", clientApi.List) // 鑾峰彇瀹㈡埛鍒楄〃
}
-}
+}
\ No newline at end of file
--
Gitblit v1.8.0