mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-27 12:26:31 +01:00
added slash to folder route
This commit is contained in:
parent
caff67b77d
commit
7ad639599a
@ -14,6 +14,6 @@ namespace Bit.App.Repositories
|
|||||||
: base(connectivity, httpService, tokenService)
|
: base(connectivity, httpService, tokenService)
|
||||||
{ }
|
{ }
|
||||||
|
|
||||||
protected override string ApiRoute => "folders";
|
protected override string ApiRoute => "/folders";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user