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
+1 -1
View File
@@ -6,7 +6,7 @@ export default defineEventHandler(async (event) => {
const data = await $fetch(`${apiBase}/user/update`, {
method: 'PUT',
body: {
avatarMediaId: "",
avatarMedia: body.avatarMedia,
name: body.name,
lastName: "",
userName: "",