txc-webhooks/vercel.json

5 lines
101 B
JSON
Raw Normal View History

2021-10-15 07:40:45 +00:00
{
"rewrites": [
{ "source": "/hooks/:product", "destination": "/api/bot/feishu" }
]
}