chore: add document for endpoint
This commit is contained in:
parent
503df4546d
commit
537503f288
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "@tianji/server",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"private": true,
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
@ -13,6 +13,7 @@ export const feedIntegrationRouter = router({
|
||||
buildFeedPublicOpenapi({
|
||||
method: 'POST',
|
||||
path: '/{channelId}/github',
|
||||
summary: 'integrate with github webhook',
|
||||
})
|
||||
)
|
||||
.input(
|
||||
|
Loading…
Reference in New Issue
Block a user