create resend otp route

This commit is contained in:
HAM!DREZA
2024-05-27 17:06:12 +03:30
parent 021360e364
commit f234440d1a
5 changed files with 148 additions and 29 deletions
+1
View File
@@ -9,6 +9,7 @@ export default defineEventHandler(async (event) => {
'Accept': 'application/json',
}
});
console.log('code sended !!!!');
return data;
} catch (err) {
console.log(err.data);