api / tickets

This commit is contained in:
HAM!DREZA
2024-05-29 22:31:05 +03:30
parent 1e132b97db
commit fd5b06c2d7
20 changed files with 810 additions and 179 deletions
-2
View File
@@ -9,10 +9,8 @@ export default defineEventHandler(async (event) => {
'Accept': 'application/json',
}
});
console.log('code sended !!!!');
return data;
} catch (err) {
console.log(err.data);
return err
}