diff --git a/backend-node/src/routes/vehicleRoutes.ts b/backend-node/src/routes/vehicleRoutes.ts index b8cfa8ac..fa1f7ff8 100644 --- a/backend-node/src/routes/vehicleRoutes.ts +++ b/backend-node/src/routes/vehicleRoutes.ts @@ -37,7 +37,7 @@ router.get("/locations", async (req, res) => { res.json({ success: true, - data: result.rows + data: result }); } catch (error) { console.error("차량 위치 조회 오류:", error);