소스 검색

wip:消息分发接口开发

wangkaiyue 2 년 전
부모
커밋
60c218673f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      jyBXSubscribe/api/internal/handler/routes.go

+ 1 - 1
jyBXSubscribe/api/internal/handler/routes.go

@@ -54,7 +54,7 @@ func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
 			},
 			{
 				Method:  http.MethodPost,
-				Path:    "/juybx/subscribe/msgDistributor",
+				Path:    "/jybx/subscribe/msgDistributor",
 				Handler: msgDistributorHandler(serverCtx),
 			},
 		},