added slash to folder route

This commit is contained in:
Kyle Spearrin 2017-11-20 07:32:58 -05:00
parent caff67b77d
commit 7ad639599a
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@ namespace Bit.App.Repositories
: base(connectivity, httpService, tokenService)
{ }
protected override string ApiRoute => "folders";
protected override string ApiRoute => "/folders";
}
}