Mocks erstellt für API für Entwicklungsumgebung
This commit is contained in:
@@ -20,7 +20,7 @@ export default function handler(req: NextApiRequest, res: NextApiResponse) {
|
||||
|
||||
const filePath = path.resolve(
|
||||
process.cwd(),
|
||||
`apiMockData/SERVICE/knotenpunkte/slot${slotIndex}.js`
|
||||
`device-cgi-simulator/SERVICE/knotenpunkte/slot${slotIndex}.js`
|
||||
);
|
||||
|
||||
// Datei vorhanden?
|
||||
|
||||
Reference in New Issue
Block a user