Mocks erstellt für API für Entwicklungsumgebung
This commit is contained in:
@@ -55,7 +55,7 @@ export default function handler(req: NextApiRequest, res: NextApiResponse) {
|
||||
"win_analogInputsWeighting"
|
||||
).map(Number),
|
||||
};
|
||||
console.log("Analog Inputs Mock Data:", responseData);
|
||||
//console.log("Analog Inputs Mock Data:", responseData);
|
||||
|
||||
return res.status(200).json(responseData);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user