This commit is contained in:
daniel31x13
2024-09-04 23:02:19 -04:00
parent 43d50dfd1b
commit dfcc271343
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -412,7 +412,7 @@ const useUpdatePreview = () => {
`/api/v1/archives/${linkId}?format=` + ArchivedFormat.jpeg,
{
body: formBody,
method: "POST",
method: "PUT",
}
);