This commit is contained in:
Daniel
2023-08-06 00:58:18 -04:00
parent 02b7a90160
commit 159075b38b
4 changed files with 54 additions and 8 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ export default async function postLink(
createFolder({ filePath: `archives/${newLink.collectionId}` });
archive(newLink.url, newLink.collectionId, newLink.id);
archive(newLink.id, newLink.url);
return { response: newLink, status: 200 };
}