diff --git a/run-api-windows.bat b/run-api-windows.bat index 6055e80..f2bfec7 100644 --- a/run-api-windows.bat +++ b/run-api-windows.bat @@ -1,4 +1,4 @@ -REM start the web-api on port 9000 +@REM start the web-api on port 9000 npm run api -"C:\Program Files (x86)\Internet Explorer\iexplore.exe" "http://localhost:9000/" -pause \ No newline at end of file +"iexplore.exe" "http://localhost:9000/" +pause