mirror of
https://github.com/bitwarden/mobile
synced 2026-01-03 00:53:27 +00:00
add back slash prefix to api routes
This commit is contained in:
@@ -18,7 +18,7 @@ namespace Bit.App.Repositories
|
||||
: base(connectivity, httpService, tokenService)
|
||||
{ }
|
||||
|
||||
protected override string ApiRoute => "ciphers";
|
||||
protected override string ApiRoute => "/ciphers";
|
||||
|
||||
public virtual async Task<ApiResult<CipherResponse>> PostAttachmentAsync(string cipherId, byte[] data,
|
||||
string fileName)
|
||||
|
||||
Reference in New Issue
Block a user