From b95bfedbd071ec3b06a537682d416cb570fad02d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?--=3DFurtiF=E2=84=A2=3D--?= Date: Sun, 30 Oct 2016 17:44:56 +0100 Subject: [PATCH] POGOserver - Porting POGOserver to Visual Studio POGOserver - Porting POGOserver to Visual Studio --- run-api-windows.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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