mirror of
https://github.com/LibreSpark/LibreTV.git
synced 2026-05-07 06:06:43 +08:00
13 lines
187 B
JSON
13 lines
187 B
JSON
{
|
|
"rewrites": [
|
|
{
|
|
"source": "/proxy/:path*",
|
|
"destination": "/api/proxy/:path*"
|
|
},
|
|
{
|
|
"source": "/s=:query",
|
|
"destination": "/index.html"
|
|
}
|
|
]
|
|
}
|