chpark-sync #425

Merged
kjs merged 293 commits from chpark-sync into main 2026-03-23 09:36:36 +09:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 10d863b9dc - Show all commits

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);