mirror of
https://github.com/bitwarden/android.git
synced 2026-05-07 03:23:29 -05:00
added slash to folder route
This commit is contained in:
@@ -14,6 +14,6 @@ namespace Bit.App.Repositories
|
||||
: base(connectivity, httpService, tokenService)
|
||||
{ }
|
||||
|
||||
protected override string ApiRoute => "folders";
|
||||
protected override string ApiRoute => "/folders";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user