1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-11-23 11:45:38 +01:00

added slash to folder route

This commit is contained in:
Kyle Spearrin 2017-11-20 07:32:58 -05:00
parent caff67b77d
commit 7ad639599a

View File

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