diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 693588a..68e3275 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -31,10 +31,8 @@ { "label": "curl webhook", "type": "shell", - "command": "python", - "args": [ - "-c", "import requests; r=requests.post(\"https://47.112.174.207:8989/hook?access_key=q1kbVssnJzhWrrW7T1CDefq58wKs9DL70gWHznYNFH8TBwI9\"); " - ], + "command": "python -c \\\"import requests; r=requests.post('https://47.112.174.207:8989/hook?access_key=q1kbVssnJzhWrrW7T1CDefq58wKs9DL70gWHznYNFH8TBwI9', verify=False); print(r.status_code)\\\"", + "problemMatcher": ["$tsc"], "dependsOn": ["Git Commit & Push"] } diff --git a/backend/frontend/index.html b/backend/frontend/index.html index c6daeb4..7265fb5 100644 --- a/backend/frontend/index.html +++ b/backend/frontend/index.html @@ -16,7 +16,7 @@ } }
