added some escaping

This commit is contained in:
SKP
2019-02-14 16:17:08 +01:00
committed by kexkey
parent 1d216560cf
commit 3f3693b5ca

View File

@@ -78,7 +78,7 @@ Response body - 403 - Forbidden
}
```
##### GET /v1/watchedAddresses/<address>
##### GET /v1/watchedAddresses/\<address\>
Response body - 200 - OK
```
@@ -111,7 +111,7 @@ Response body - 404 - Not found
```
##### DELETE /v1/watchedAddresses/<address>
##### DELETE /v1/watchedAddresses/\<address\>
Response body - 200 - OK
```