mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 01:48:25 +03:00
added slash to folder route
This commit is contained in:
parent
caff67b77d
commit
7ad639599a
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,6 @@ namespace Bit.App.Repositories
|
|||
: base(connectivity, httpService, tokenService)
|
||||
{ }
|
||||
|
||||
protected override string ApiRoute => "folders";
|
||||
protected override string ApiRoute => "/folders";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue