فهرست منبع

Fixes http task

Henning Dieterichs 2 سال پیش
والد
کامیت
8cb33ff6cb
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      .vscode/tasks.json

+ 1 - 1
.vscode/tasks.json

@@ -4,7 +4,7 @@
 		{
 		{
 			"label": "Launch Http Server",
 			"label": "Launch Http Server",
 			"type": "shell",
 			"type": "shell",
-			"command": "node_modules/.bin/http-server --cors --port 5002 -a 127.0.0.1 -s -c-1",
+			"command": "node_modules/.bin/http-server --cors --port 5002 -a 127.0.0.1 -c-1",
 			"isBackground": true,
 			"isBackground": true,
 			"problemMatcher": {
 			"problemMatcher": {
 				"pattern": {
 				"pattern": {