21 lines
374 B
JSON
21 lines
374 B
JSON
{
|
|||
|
|
"rewrites": [
|
||
|
|
{
|
||
|
|
"source": "/api",
|
||
|
|
"destination": "https://api.antdv-pro.com"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"source": "/api/",
|
||
|
|
"destination": "https://api.antdv-pro.com/"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"source": "/api/:match*",
|
||
|
|
"destination": "https://api.antdv-pro.com/:match*"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"source": "/:path*",
|
||
|
|
"destination": "/index.html"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|