From 40d923212a92e693289d7a662470eb93d0314fe8 Mon Sep 17 00:00:00 2001 From: dohyeons Date: Fri, 17 Oct 2025 16:41:04 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B0=B0=ED=8F=AC=20=EC=97=90=EB=9F=AC=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend-node/src/routes/vehicleRoutes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);