refactor: mMeldungen angepasst

This commit is contained in:
ISA
2025-08-01 09:44:30 +02:00
parent 423c87ca11
commit 975d3b726f
9 changed files with 14 additions and 4014 deletions

View File

@@ -22,7 +22,7 @@ export default async function handler(
const filePath = path.join(
process.cwd(),
"mocks/device-cgi-simulator/meldungen/messages.json"
"mocks/device-cgi-simulator/meldungen/messages_all.json"
);
const fileContents = await fs.readFile(filePath, "utf-8");
const data = JSON.parse(fileContents);