test
All checks were successful
Deploy App / test (push) Successful in 13s
Deploy App / deploy (push) Successful in 15s

This commit is contained in:
valere
2025-09-19 21:23:50 +02:00
parent 84bb09abcb
commit a74bfc968b

5
server/api/test.ts Normal file
View File

@@ -0,0 +1,5 @@
import { eventHandler } from 'h3'
export default eventHandler(() => {
return 'ok from api test dist'
})