mirror of
https://github.com/robonen/canvas-3d.git
synced 2026-03-20 10:54:39 +00:00
feat(repo): two application replicas in docker-compose
This commit is contained in:
9
src/server/api/test.ts
Normal file
9
src/server/api/test.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import {defineEventHandler} from 'h3';
|
||||
|
||||
export default defineEventHandler((event) => {
|
||||
console.log('Request received');
|
||||
|
||||
return {
|
||||
api: 'works',
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user