txc-webhooks/vercel.json
2021-12-21 14:31:29 +08:00

5 lines
94 B
JSON

{
"rewrites": [
{ "source": "/hooks/:product", "destination": "/api/txc" }
]
}