added web version 2
Some checks failed
Build and Deploy / Deploy Web (push) Has been cancelled
Build and Deploy / Deploy Discord Bot (push) Has been cancelled

This commit is contained in:
2023-06-01 22:06:11 +02:00
parent 8121b9b975
commit 795c221453
15 changed files with 18827 additions and 2 deletions

5
webv2/server/api/auth.ts Normal file
View File

@@ -0,0 +1,5 @@
export default defineEventHandler(async (event) => {
return {
hello: 'world'
}
})

View File

@@ -0,0 +1,5 @@
export default defineEventHandler((event) => {
return {
hello: 'world'
}
})

View File

@@ -0,0 +1,5 @@
export default defineEventHandler((event) => {
return {
hello: 'world'
}
})

View File

@@ -0,0 +1,5 @@
export default defineEventHandler((event) => {
return {
hello: 'world'
}
})