src/main/kotlin/com/flightfeather/obd/lightshare/web/ObdDataController.kt
@@ -63,4 +63,10 @@ fun getCoordinate( @PathVariable("deviceCode") deviceCode: String ) = obdDataService.getCoordinate(deviceCode) @GetMapping("/coordinate/latest") fun getCoordinate( @RequestParam("page", required = false) pageNum: Int?, @RequestParam("per_page", required = false) pageSize: Int? ) = obdDataService.getLatestCoordinate(pageNum, pageSize) }