mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 02:11:57 +00:00
15 lines
164 B
JSON
15 lines
164 B
JSON
{
|
|
"github": {
|
|
"silent": true
|
|
},
|
|
"routes": [
|
|
{
|
|
"handle": "filesystem"
|
|
},
|
|
{
|
|
"src": "/(.*)",
|
|
"dest": "/index.html"
|
|
}
|
|
]
|
|
}
|