Mit Alias @ arbeiten für die Pfade
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// /pages/api/cpl/updateDigitalOutputs.ts
|
||||
// /pages/api/cpl/updateDigitalOutputsHandler.ts
|
||||
|
||||
import { NextApiRequest, NextApiResponse } from "next";
|
||||
import path from "path";
|
||||
@@ -14,7 +14,7 @@ export default async function handler(
|
||||
|
||||
const filePath = path.join(
|
||||
process.cwd(),
|
||||
"apiMockData",
|
||||
"apiMockdata",
|
||||
"SERVICE",
|
||||
"digitaleAusgaengeMockData.js"
|
||||
);
|
||||
Reference in New Issue
Block a user