From ee06eef1d3b528b063cb79cf9050733b2d678d9d Mon Sep 17 00:00:00 2001 From: laodaming <11058467+laudamine@user.noreply.gitee.com> Date: Mon, 6 Nov 2023 15:19:08 +0800 Subject: [PATCH] fix --- server_api/feishu-sync.api | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_api/feishu-sync.api b/server_api/feishu-sync.api index 5bd5e0fe..08803662 100644 --- a/server_api/feishu-sync.api +++ b/server_api/feishu-sync.api @@ -12,7 +12,7 @@ import "basic.api" service feishu-sync { //飞书ticket webhook事件接口 @handler WebhookHandler - post /api/feishu/webhook (WebhookReq) returns (response); + post /api/feishu/webhook(WebhookReq) returns (response); } type WebhookReq {