mirror of
https://codeberg.org/shroff/phylum.git
synced 2026-01-04 02:31:14 -06:00
[client] Fix more request end-point
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user