duck2api / vercel.json
sanbo
upate
6390363
raw
history blame contribute delete
85 Bytes
{
"routes": [
{
"src": "/.*",
"dest": "/api/router.go"
}
]
}