From 3cc43f63ba22972cea3d5376c24ac5d546a72cec Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期二, 18 七月 2023 15:10:26 +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