mirror of
https://github.com/donpat1to/Schichtenplaner.git
synced 2025-11-30 22:45:46 +01:00
changed frontend path
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user