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