1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 08:32:50 -05:00

verify email apis

This commit is contained in:
Kyle Spearrin
2017-07-05 15:35:46 -04:00
parent d42a47e5f0
commit 87a216e523
7 changed files with 34 additions and 9 deletions

View File

@ -205,7 +205,7 @@ namespace Bit.Api
else
{
//return $"http://localhost:{port}";
return $"http://192.168.1.6:{port}"; // Desktop external
return $"http://192.168.1.4:{port}"; // Desktop external
}
}
}