mirror of
https://github.com/bitwarden/server
synced 2025-12-15 15:53:59 +00:00
back to localhost
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user