fix: digital Input Modal show values

This commit is contained in:
ISA
2025-06-20 07:20:53 +02:00
parent 7ff1c4aaaf
commit 3cadee04a8
7 changed files with 10 additions and 7 deletions

View File

@@ -49,6 +49,7 @@ export default function handler(req: NextApiRequest, res: NextApiResponse) {
win_de_offline: extractArray("win_de_offline").map(Number),
win_de_label: extractArray("win_de_label"),
};
console.log("📡 JSMOCK-Daten geladen:", data);
return res.status(200).json(data);
}