/を入れるの忘れてた
This commit is contained in:
parent
73806fd22f
commit
986e952ac4
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ Gets state of one `port` of `addr`. Returns `true` if port is open or `false` ot
|
|||
curl "http://0.0.0.0:8840/api/port/192.168.2.2/8844"
|
||||
|
||||
# Generic form
|
||||
curl "http://0.0.0.0:8840{BASE_PATH}/api/port/192.168.2.2/8844"
|
||||
curl "http://0.0.0.0:8840/{BASE_PATH}/api/port/192.168.2.2/8844"
|
||||
```
|
||||
</details><br>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue