Skip to content

Commit

Permalink
Fix mistakes in routeplanner REST docs
Browse files Browse the repository at this point in the history
  • Loading branch information
freyacodes authored Dec 28, 2019
1 parent 574c7f6 commit 4f53d09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IMPLEMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ A severity level of `COMMON` indicates that the error is non-fatal and that the
Additionally there are a few REST endpoints for the ip rotation extension
#### RoutePlanner Status
```
POST /routeplanner/status
GET /routeplanner/status
Host: localhost:8080
Authorization: youshallnotpass
```
Expand Down Expand Up @@ -383,7 +383,7 @@ block

#### Unmark a failed address
```
GET /routeplanner/free/address
POST /routeplanner/free/address
Host: localhost:8080
Authorization: youshallnotpass
```
Expand Down

0 comments on commit 4f53d09

Please sign in to comment.