瀏覽代碼

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),
 			},
 		},