Update endpoint
This commit is contained in:
@@ -32,7 +32,7 @@ class FileDataService {
|
||||
|
||||
try {
|
||||
final _ = await _dio.put(
|
||||
"/files/data/",
|
||||
"/files/data",
|
||||
data: {
|
||||
"fileID": file.uploadedFileID!,
|
||||
"type": data.type.toJson(),
|
||||
|
||||
Reference in New Issue
Block a user