From dd39909b3d8172856313ea7b2e19d1d7a039a582 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期二, 15 八月 2023 16:43:22 +0800 Subject: [PATCH] fix --- router/client.go | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/router/client.go b/router/client.go index 3563b8d..b63dfaa 100644 --- a/router/client.go +++ b/router/client.go @@ -14,6 +14,7 @@ clientRouter.POST("add", clientApi.Add) // 娣诲姞瀹㈡埛 clientRouter.DELETE("delete", clientApi.Delete) // 鍒犻櫎瀹㈡埛 clientRouter.PUT("update", clientApi.Update) // 鏇存柊瀹㈡埛 - clientRouter.POST("list", clientApi.List) // 鑾峰彇瀹㈡埛鍒楄〃 + clientRouter.POST("list", clientApi.List) // 鑾峰彇瀹㈡埛鍒楄〃 + clientRouter.POST("checkName", clientApi.CheckName) // 妫�鏌ュ鎴峰悕绉版槸鍚﹂噸澶� } -} \ No newline at end of file +} -- Gitblit v1.8.0