From a28e6fbcbfc8feccdcba200c2421f5c42a78d97a Mon Sep 17 00:00:00 2001 From: Arne Rief Date: Sat, 10 Jan 2026 22:33:36 +0100 Subject: Docker --- backend/src/controllers/stopAllRobots.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/src/controllers/stopAllRobots.ts') diff --git a/backend/src/controllers/stopAllRobots.ts b/backend/src/controllers/stopAllRobots.ts index 7218e66..a0680b2 100644 --- a/backend/src/controllers/stopAllRobots.ts +++ b/backend/src/controllers/stopAllRobots.ts @@ -1,5 +1,5 @@ import { Request, Response } from "express"; -import { setAllRobotsIdle } from "../simulation/robotMovementSimulator"; +import { setAllRobotsIdle } from "../simulation/robotMovementSimulator.js"; import { ErrorResponse } from "../types/error"; import { SimulationResponse } from "../types/robot"; -- cgit v1.2.3