mirror of
https://github.com/robonen/canvas-3d.git
synced 2026-03-20 02:44:40 +00:00
8 lines
116 B
TypeScript
8 lines
116 B
TypeScript
export default defineEventHandler(() => {
|
|
console.log('Request received');
|
|
|
|
return {
|
|
api: 'works',
|
|
};
|
|
});
|