Fix documentation

This commit is contained in:
hibobmaster 2023-08-20 14:50:18 +08:00
parent 1d2897b7a2
commit 36f36c26c7
Signed by: bobmaster
SSH key fingerprint: SHA256:5ZYgd8fg+PcNZNy4SzcSKu5JtqZyBF8kUhY7/k2viDk

View file

@ -7,9 +7,9 @@ GET / get 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:
```bash