1
0
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:
Kyle Spearrin
2017-10-03 23:56:10 -04:00
parent e901a1f231
commit 8a0c9ab3db
7 changed files with 7 additions and 7 deletions

View File

@@ -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)