배포 에러 수정

This commit is contained in:
dohyeons 2025-10-17 16:41:04 +09:00
parent d2fd1f1967
commit 40d923212a
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ router.get("/locations", async (req, res) => {
res.json({
success: true,
data: result.rows
data: result
});
} catch (error) {
console.error("차량 위치 조회 오류:", error);