Completion of APIs except for user progress

This commit is contained in:
HAM!DREZA
2024-06-23 11:23:05 +03:30
parent 607ead8528
commit 46dd3d65a0
17 changed files with 356 additions and 411 deletions
+2 -2
View File
@@ -13,10 +13,10 @@ export default defineEventHandler(async (event) => {
},
body
});
console.log(data);
return data;
} catch (error) {
console.log(error);
return error;
}