Skip to content

Commit 4f53d09

Browse files
authored
Fix mistakes in routeplanner REST docs
1 parent 574c7f6 commit 4f53d09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

IMPLEMENTATION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ A severity level of `COMMON` indicates that the error is non-fatal and that the
328328
Additionally there are a few REST endpoints for the ip rotation extension
329329
#### RoutePlanner Status
330330
```
331-
POST /routeplanner/status
331+
GET /routeplanner/status
332332
Host: localhost:8080
333333
Authorization: youshallnotpass
334334
```
@@ -383,7 +383,7 @@ block
383383

384384
#### Unmark a failed address
385385
```
386-
GET /routeplanner/free/address
386+
POST /routeplanner/free/address
387387
Host: localhost:8080
388388
Authorization: youshallnotpass
389389
```

0 commit comments

Comments
 (0)