From 8f1672bf14ce3ead7998a8259c0cab22405aa958 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期四, 20 七月 2023 16:28:40 +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 5a88e94..7111685 100644
--- a/router/client.go
+++ b/router/client.go
@@ -13,7 +13,7 @@
{
clientRouter.POST("add", clientApi.Add) // 娣诲姞瀹㈡埛
clientRouter.DELETE("delete/:id", clientApi.Delete) // 鍒犻櫎瀹㈡埛
- //clientRouter.PUT("update", clientApi.Update) // 鏇存柊瀹㈡埛
- clientRouter.GET("list", clientApi.List) // 鑾峰彇瀹㈡埛鍒楄〃
+ clientRouter.PUT("update", clientApi.Update) // 鏇存柊瀹㈡埛
+ clientRouter.GET("list", clientApi.List) // 鑾峰彇瀹㈡埛鍒楄〃
}
}
--
Gitblit v1.8.0