Merge remote-tracking branch 'upstream/main'

This commit is contained in:
dohyeons 2025-10-17 16:41:29 +09:00
commit 10d863b9dc
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);