Update API endpoint for fetching a folder
This commit is contained in:
parent
5e5fdba4e2
commit
1ba9fc94d6
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class FolderSharingService {
|
|||
return _dio
|
||||
.get(
|
||||
Configuration.instance.getHttpEndpoint() +
|
||||
"/folders/" +
|
||||
"/folders/folder/" +
|
||||
folderID.toString(),
|
||||
options: Options(
|
||||
headers: {"X-Auth-Token": Configuration.instance.getToken()}),
|
||||
|
|
Loading…
Add table
Reference in a new issue