og-image/now.json

10 lines
149 B
JSON
Raw Normal View History

2019-01-01 16:19:25 -08:00
{
"regions": ["all"],
"public": true,
"version": 2,
"routes": [
{ "handle": "filesystem" },
{ "src": "/(.+)", "dest": "/api" }
]
2019-01-29 08:24:07 -08:00
}