From 0e2e1dcf4f387c6feeefbd10a936ab1e4e640e78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=BC=9F=E4=B9=90?= Date: Thu, 31 Aug 2023 14:26:15 +0800 Subject: [PATCH] x --- api/user_http.pb.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/api/user_http.pb.go b/api/user_http.pb.go index 7eeee46..e8946e6 100644 --- a/api/user_http.pb.go +++ b/api/user_http.pb.go @@ -17,12 +17,12 @@ type UserHTTPServer interface { func RegisterUserHTTPServer(s *http.Server, srv UserServer) { r := s.Route("/") - r.GET("//api/v1/user/list", _User_List0_HTTP_Handler(srv)) - r.GET("//api/v1/user/all", _User_All0_HTTP_Handler(srv)) - r.GET("//api/v1/user/auto", _User_Auto0_HTTP_Handler(srv)) - r.GET("//api/v1/user/login_list", _User_LoginWithList0_HTTP_Handler(srv)) - r.GET("//api/v1/user/login", _User_Login0_HTTP_Handler(srv)) - r.POST("//api/v1/user/login1", _User_Login10_HTTP_Handler(srv)) + r.GET("/api/v1/user/list", _User_List0_HTTP_Handler(srv)) + r.GET("/api/v1/user/all", _User_All0_HTTP_Handler(srv)) + r.GET("/api/v1/user/auto", _User_Auto0_HTTP_Handler(srv)) + r.GET("/api/v1/user/login_list", _User_LoginWithList0_HTTP_Handler(srv)) + r.GET("/api/v1/user/login", _User_Login0_HTTP_Handler(srv)) + r.POST("/api/v1/user/login1", _User_Login10_HTTP_Handler(srv)) } func _User_List0_HTTP_Handler(srv UserHTTPServer) func(ctx http.Context) error { return func(ctx http.Context) error {