Compare commits

...

1 Commits

Author SHA1 Message Date
e177c3d2a6 changed frontend path 2025-10-23 14:19:29 +02:00

View File

@@ -40,7 +40,7 @@ app.get('/api/health', (req: any, res: any) => {
}); });
// 🆕 STATIC FILE SERVING FÜR FRONTEND // 🆕 STATIC FILE SERVING FÜR FRONTEND
const frontendBuildPath = path.join(__dirname, '../../frontend-build'); const frontendBuildPath = path.join(__dirname, '../frontend-build');
console.log('📁 Frontend build path:', frontendBuildPath); console.log('📁 Frontend build path:', frontendBuildPath);
// Überprüfe ob das Verzeichnis existiert // Überprüfe ob das Verzeichnis existiert