refactor: mMeldungen angepasst
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user