tool per ticket automatici

This commit is contained in:
2026-07-05 23:33:52 +02:00
parent fb67a277e5
commit e55cccbaa5
7 changed files with 400 additions and 10 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ const PORT = process.env.PORT || 3000;
// Middleware
app.use(cors());
app.use(express.json());
app.use(express.json({ limit: '50mb' }));
// Serve static frontend
app.use(express.static(path.join(__dirname, 'public')));