1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-05 01:53:17 +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 => "devices";
protected override string ApiRoute => "/devices";
public virtual async Task<ApiResult> PutTokenAsync(string identifier, DeviceTokenRequest request)
{