feat: 灵犀 Studio Web UI 定制版
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import Router from '@koa/router'
|
||||
import * as ctrl from '../controllers/webhook'
|
||||
|
||||
export const webhookRoutes = new Router()
|
||||
|
||||
webhookRoutes.post('/webhook', ctrl.handleWebhook)
|
||||
Reference in New Issue
Block a user