Update endpoint

This commit is contained in:
Neeraj Gupta
2024-08-14 12:25:54 +05:30
parent 9d9b4f00ed
commit d7ffb3c7e0

View File

@@ -32,7 +32,7 @@ class FileDataService {
try {
final _ = await _dio.put(
"/files/data/",
"/files/data",
data: {
"fileID": file.uploadedFileID!,
"type": data.type.toJson(),