mirror of
https://github.com/OpenSquawk/OpenSquawk
synced 2026-07-31 05:45:35 +08:00
document call example for taxiroute
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// call GET: http://localhost:3000/api/service/tools/taxiroute?icao=EDDF&origin_lat=50.046377&origin_lng=8.558253&dest_lat=50.04609&dest_lng=8.57114
|
||||
|
||||
import { defineEventHandler, getQuery } from 'h3'
|
||||
|
||||
type Node = { id: number; lat: number; lon: number }
|
||||
|
||||
Reference in New Issue
Block a user