diff options
| author | Arne Rief <riearn@proton.me> | 2026-01-10 22:33:36 +0100 |
|---|---|---|
| committer | Arne Rief <riearn@proton.me> | 2026-01-10 22:33:36 +0100 |
| commit | a28e6fbcbfc8feccdcba200c2421f5c42a78d97a (patch) | |
| tree | f35c6be871ca421ee67f3b615f50d640071aa9d5 /backend/src/controllers/moveAllRobots.ts | |
| parent | e836e7dd4ed5e9fa60e949d159100040b22a8f48 (diff) | |
Docker
Diffstat (limited to 'backend/src/controllers/moveAllRobots.ts')
| -rw-r--r-- | backend/src/controllers/moveAllRobots.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/src/controllers/moveAllRobots.ts b/backend/src/controllers/moveAllRobots.ts index e4d1252..e7291b6 100644 --- a/backend/src/controllers/moveAllRobots.ts +++ b/backend/src/controllers/moveAllRobots.ts @@ -1,6 +1,6 @@ import { Request, Response } from "express"; import { Server } from "socket.io"; -import { setAllRobotsMoving } from "../simulation/robotMovementSimulator"; +import { setAllRobotsMoving } from "../simulation/robotMovementSimulator.js"; import { ErrorResponse } from "../types/error"; import { SimulationResponse } from "../types/robot"; |
