mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
env files for compose. fixes to push relays
This commit is contained in:
@ -165,7 +165,7 @@ namespace Bit.Core.Services
|
||||
var message = new TokenHttpRequestMessage(requestModel, AccessToken)
|
||||
{
|
||||
Method = HttpMethod.Post,
|
||||
RequestUri = new Uri(PushClient.BaseAddress, "send")
|
||||
RequestUri = new Uri(string.Concat(PushClient.BaseAddress, "/push/send"))
|
||||
};
|
||||
await PushClient.SendAsync(message);
|
||||
}
|
||||
|
Reference in New Issue
Block a user