mirror of
https://github.com/bitwarden/mobile
synced 2026-01-06 10:34:07 +00:00
handle non-root URLs
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