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

Remove obsolete api call.

parent 2b6f4e3e
Branches
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