moved routing
This commit is contained in:
5
.vscode/launch.json
vendored
5
.vscode/launch.json
vendored
@@ -9,12 +9,13 @@
|
||||
"env": {
|
||||
"FLASK_APP": "app.py",
|
||||
"FLASK_ENV": "development",
|
||||
"PYTHONPATH": "${workspaceFolder}"
|
||||
"PYTHONPATH": "${workspaceFolder}/src;${workspaceFolder}"
|
||||
},
|
||||
"args": [],
|
||||
"jinja": true,
|
||||
"console": "integratedTerminal",
|
||||
"cwd": "${workspaceFolder}/src/server"
|
||||
"cwd": "${workspaceFolder}/src",
|
||||
"python": "C:/Users/lukas/anaconda3/envs/AniWorld/python.exe"
|
||||
},
|
||||
{
|
||||
"name": "Python: CLI Tool",
|
||||
|
||||
Reference in New Issue
Block a user