summaryrefslogtreecommitdiff
path: root/backend/src/controllers/stopRobot.ts
diff options
context:
space:
mode:
authorArne Rief <riearn@proton.me>2026-01-10 22:33:36 +0100
committerArne Rief <riearn@proton.me>2026-01-10 22:33:36 +0100
commita28e6fbcbfc8feccdcba200c2421f5c42a78d97a (patch)
treef35c6be871ca421ee67f3b615f50d640071aa9d5 /backend/src/controllers/stopRobot.ts
parente836e7dd4ed5e9fa60e949d159100040b22a8f48 (diff)
Docker
Diffstat (limited to 'backend/src/controllers/stopRobot.ts')
-rw-r--r--backend/src/controllers/stopRobot.ts2
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";