aurora / vercel.json
Amrpyt's picture
Upload 21 files
c6ce106 verified
raw
history blame contribute delete
No virus
85 Bytes
{
"routes": [
{
"src": "/.*",
"dest": "/api/router.go"
}
]
}