создаю телегу товаров
All checks were successful
Deploy / build (push) Successful in 45s

This commit is contained in:
alsaze
2025-10-03 20:07:03 +03:00
parent 7a7d27c7ae
commit 2c80b7095e
8 changed files with 17 additions and 83 deletions

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

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