35 lines
676 B
JSON
35 lines
676 B
JSON
{
|
|
"redirects": [
|
|
{
|
|
"source": "/",
|
|
"has": [
|
|
{
|
|
"type": "header",
|
|
"key": "host",
|
|
"value": "mirror-cn.clawhub.com"
|
|
}
|
|
],
|
|
"destination": "https://cn.clawhub-mirror.com/",
|
|
"statusCode": 302
|
|
},
|
|
{
|
|
"source": "/:path*",
|
|
"has": [
|
|
{
|
|
"type": "header",
|
|
"key": "host",
|
|
"value": "mirror-cn.clawhub.com"
|
|
}
|
|
],
|
|
"destination": "https://cn.clawhub-mirror.com/:path*",
|
|
"statusCode": 302
|
|
}
|
|
],
|
|
"rewrites": [
|
|
{
|
|
"source": "/api/:path*",
|
|
"destination": "https://wry-manatee-359.convex.site/api/:path*"
|
|
}
|
|
]
|
|
}
|