mirror of
https://github.com/vercel/workflow.git
synced 2026-09-14 19:59:43 +08:00
16 lines
258 B
JSON
16 lines
258 B
JSON
{
|
|
"rewrites": [
|
|
{
|
|
"source": "/api/webhook/:webhookId",
|
|
"destination": "/api/webhook"
|
|
},
|
|
{
|
|
"source": "/api/:provider/webhook",
|
|
"destination": "/api/webhook"
|
|
}
|
|
],
|
|
"env": {
|
|
"WORKFLOW_PUBLIC_MANIFEST": "1"
|
|
}
|
|
}
|