[client] Fix more request end-point

This commit is contained in:
Abhishek Shroff
2025-05-13 22:53:49 +05:30
parent fd9269ec25
commit 3373c682c1

View File

@@ -15,7 +15,7 @@ class ResourceMoveAction extends ResourceBindAction with JsonApiAction {
String get method => 'POST';
@override
String get endpoint => '/api/v1/fs/move/$resourceId';
String get endpoint => '/api/v1/fs/move';
@override
Map<String, dynamic>? get requestBody => {