1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-08 11:33:31 +00:00

remove duplicate / from API routes

This commit is contained in:
Kyle Spearrin
2017-09-20 13:23:47 -04:00
parent a426d98e92
commit 15f074a45b
8 changed files with 8 additions and 8 deletions

View File

@@ -19,7 +19,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>> GetByIdAsync(string id)
{