alsaze 2c80b7095e
All checks were successful
Deploy / build (push) Successful in 45s
создаю телегу товаров
2025-10-03 20:07:03 +03:00

6 lines
85 B
TypeScript

export default defineEventHandler((event) => {
return {
hello: 'world',
}
})