Initiate repository

This commit is contained in:
2023-09-06 16:34:21 -05:00
parent f2d4e523a3
commit c5233b7088
19 changed files with 81 additions and 3431 deletions

3
routes/index.ts Normal file
View File

@@ -0,0 +1,3 @@
export default eventHandler(() => {
return { nitro: 'Is Awesome!' }
})