mastoradio/now.json

8 lines
114 B
JSON
Raw Normal View History

2020-02-16 17:08:38 +01:00
{
"version": 2,
"routes": [
{ "handle": "filesystem" },
{ "src": "/.*", "dest": "/index.html" }
]
}