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

@@ -16,7 +16,7 @@ namespace Bit.App.Repositories
: base(connectivity, httpService, tokenService)
{ }
protected override string ApiRoute => "/two-factor";
protected override string ApiRoute => "two-factor";
public virtual async Task<ApiResult> PostSendEmailLoginAsync(TwoFactorEmailRequest requestObj)
{