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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user