mirror of
https://github.com/chrisnov-it/quantumbotx.git
synced 2026-07-28 11:17:44 +00:00
16 lines
170 B
JSON
16 lines
170 B
JSON
{
|
|
"routes": [
|
|
{
|
|
"src": "/(.*)",
|
|
"dest": "/api/app.py"
|
|
}
|
|
],
|
|
"env": {
|
|
"SKIP_MT5_INIT": "1"
|
|
}
|
|
],
|
|
"env": {
|
|
"SKIP_MT5_INIT": "1"
|
|
}
|
|
}
|