chore: add document for endpoint

This commit is contained in:
moonrailgun 2024-07-10 01:38:23 +08:00
parent 503df4546d
commit 537503f288
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,5 @@
{ {
"name": "@tianji/server", "name": "@tianji/server",
"version": "1.0.0",
"private": true, "private": true,
"description": "", "description": "",
"main": "index.js", "main": "index.js",

View File

@ -13,6 +13,7 @@ export const feedIntegrationRouter = router({
buildFeedPublicOpenapi({ buildFeedPublicOpenapi({
method: 'POST', method: 'POST',
path: '/{channelId}/github', path: '/{channelId}/github',
summary: 'integrate with github webhook',
}) })
) )
.input( .input(