duck2api1616666 / vercel.json
ffreemt
Add route prefix /hf
931bd01
raw
history blame contribute delete
85 Bytes
{
"routes": [
{
"src": "/.*",
"dest": "/api/router.go"
}
]
}