From afde0ea3135b1a6fbe423617c1433724ce796b62 Mon Sep 17 00:00:00 2001 From: David Trattnig <david.trattnig@o94.at> Date: Thu, 29 Oct 2020 20:08:27 +0100 Subject: [PATCH] Remove obsolete api call. --- .vscode/launch.json | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index f13fe3ed..f2d7787c 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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", -- GitLab