diff options
Diffstat (limited to 'backend/src/controllers/stopRobot.ts')
| -rw-r--r-- | backend/src/controllers/stopRobot.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/src/controllers/stopRobot.ts b/backend/src/controllers/stopRobot.ts index d0d7c4f..af98329 100644 --- a/backend/src/controllers/stopRobot.ts +++ b/backend/src/controllers/stopRobot.ts @@ -1,5 +1,5 @@ import { Request, Response } from "express"; -import { setRobotIdle } from "../simulation/robotMovementSimulator"; +import { setRobotIdle } from "../simulation/robotMovementSimulator.js"; import { ErrorResponse } from "../types/error"; import { SimulationResponse } from "../types/robot"; |
