From 163257e81abbf954ba140ce22098fa78a66aa682 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期二, 25 七月 2023 19:47:59 +0800 Subject: [PATCH] add --- 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