umami/vercel.json
2022-04-22 22:24:25 +01:00

8 lines
104 B
JSON

{
"rewrites": [
{
"source": "/api/coll3ct",
"destination": "/api/collect"
}
]
}