fix
This commit is contained in:
@@ -13,4 +13,7 @@ service feishu-sync {
|
||||
//飞书ticket webhook事件接口
|
||||
@handler WebhookHandler
|
||||
post /api/feishu/webhook(request) returns (response);
|
||||
//同步飞书分组(现在是get请求)
|
||||
@handler SyncFeiShuGroupsHandler
|
||||
get /api/feishu/sync_feishu_departments(request) returns (response);
|
||||
}
|
||||
Reference in New Issue
Block a user