Skip to content

Commit c449bf3

Browse files
author
André Gaul
committed
Update doc-api.md
1 parent a2c3d37 commit c449bf3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ Feel free to use the API of the [libremap.net](http://libremap.net) instance, wh
1515
| /api/router/ | POST | [Router](doc-api-router.md) | Create new router doc with autogenerated ID |
1616
| /api/router/:id | PUT | [Router](doc-api-router.md) | Update router doc with ID :id |
1717
| /api/router/:id | DELETE | [Router](doc-api-router.md) | Delete router doc with ID :id |
18-
| /api/routers_by_location[_stripped]/:bbox | GET | [Views](doc-router.md) | Get routers by geolocation bounding box :bbox |
19-
| /api/routers_by_alias[_stripped] | GET, POST | [Views](doc-router.md) | Get routers by alias |
20-
| /api/routers_coarse | POST | [Views](doc-router.md) | Get clusters of routers |
18+
| /api/routers_by_location[_stripped]/:bbox | GET | [Router/views](doc-api-router.md#views) | Get routers by geolocation bounding box :bbox |
19+
| /api/routers_by_alias[_stripped] | GET, POST | [Router/views](doc-api-router.md#views) | Get routers by alias |
20+
| /api/routers_coarse | GET, POST | [Router/views](doc-api-router.md#views) | Get clusters of routers |

0 commit comments

Comments
 (0)