From 5786be651e27819201e5e22482818c322102f84f Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 14 Jul 2017 08:49:02 -0400 Subject: [PATCH] back to localhost --- src/Api/Startup.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Api/Startup.cs b/src/Api/Startup.cs index 2c80a0a60f..8f8e1b74e0 100644 --- a/src/Api/Startup.cs +++ b/src/Api/Startup.cs @@ -204,8 +204,8 @@ namespace Bit.Api } else { - //return $"http://localhost:{port}"; - return $"http://192.168.1.4:{port}"; // Desktop external + return $"http://localhost:{port}"; + //return $"http://192.168.1.3:{port}"; // Desktop external } } }