Polarcraft/webv2/server/api/auth.ts

6 lines
90 B
TypeScript
Raw Normal View History

2023-06-01 22:06:11 +02:00
export default defineEventHandler(async (event) => {
return {
hello: 'world'
}
})