add waypoints to api info
This commit is contained in:
parent
0d56a4cb5f
commit
4dfbe8bd31
1 changed files with 4 additions and 0 deletions
|
|
@ -48,6 +48,10 @@ app.get('/api', async (req, res) => {
|
||||||
"path": "/api/v1/nodes",
|
"path": "/api/v1/nodes",
|
||||||
"description": "Meshtastic nodes in JSON format.",
|
"description": "Meshtastic nodes in JSON format.",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"path": "/api/v1/waypoints",
|
||||||
|
"description": "Meshtastic waypoints in JSON format.",
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
const html = links.map((link) => {
|
const html = links.map((link) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue