1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-09 03:53:15 +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

@@ -18,7 +18,7 @@ namespace Bit.App.Repositories
: base(connectivity, httpService, tokenService)
{ }
protected override string ApiRoute => "/devices";
protected override string ApiRoute => "devices";
public virtual async Task<ApiResult> PutTokenAsync(string identifier, DeviceTokenRequest request)
{