Merge remote-tracking branch 'upstream/main'
This commit is contained in:
commit
10d863b9dc
|
|
@ -37,7 +37,7 @@ router.get("/locations", async (req, res) => {
|
||||||
|
|
||||||
res.json({
|
res.json({
|
||||||
success: true,
|
success: true,
|
||||||
data: result.rows
|
data: result
|
||||||
});
|
});
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error("차량 위치 조회 오류:", error);
|
console.error("차량 위치 조회 오류:", error);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue