Skip to content
Snippets Groups Projects
Commit 213da04d authored by David Trattnig's avatar David Trattnig
Browse files

Remove obsolete api call.

parent 17136f4a
No related branches found
No related tags found
No related merge requests found
......@@ -31,20 +31,6 @@
],
"console": "integratedTerminal"
},
{
"name": "Start Engine API",
"type": "python",
"request": "launch",
"stopOnEntry": false,
"program": "${workspaceFolder}/engine-api.py",
"env": {
"FLASK_APP": "${workspaceRoot}/engine-api.py",
"FLASK_ENV": "development"
},
"args": [
"run"
]
},
{
"name": "Aura Engine - Recreate Database",
"type": "python",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment