1
0
mirror of https://github.com/robonen/canvas-3d.git synced 2026-06-20 01:55:19 +00:00

feat(repo): two application replicas in docker-compose

This commit is contained in:
2022-11-14 05:18:27 +07:00
parent 36f2503002
commit 8d3b3f9fe3
6 changed files with 39 additions and 9 deletions
+9
View File
@@ -0,0 +1,9 @@
import {defineEventHandler} from 'h3';
export default defineEventHandler((event) => {
console.log('Request received');
return {
api: 'works',
};
});