Fix documentation
This commit is contained in:
parent
1d2897b7a2
commit
36f36c26c7
1 changed files with 2 additions and 2 deletions
|
@ -7,9 +7,9 @@ GET / get ip info from your ip address
|
||||||
|
|
||||||
POST / get json-formatted ip info from your ip address
|
POST / get json-formatted ip info from your ip address
|
||||||
|
|
||||||
GET /ip/{ip} get json-formatted ip info
|
GET /ip/{ip} get ip info from provided ip address
|
||||||
|
|
||||||
POST /ip/{ip} get json-formatted ip info
|
POST /ip/{ip} get json-formatted ip info from provided ip address
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in a new issue