We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 311591c commit 550ecd4Copy full SHA for 550ecd4
plugins/restapi/README.md
@@ -13,7 +13,7 @@ You can configure the RestAPI endpoints in your config\plugins\restapi.yaml like
13
```yaml
14
DEFAULT:
15
prefix: /stats # Optional: use this prefix
16
- enpoints: # endpoint configuration
+ endpoints: # endpoint configuration
17
servers: # /servers
18
filter: # config parameter (in this case, the server filter list)
19
- 'MyPrivateServer' # Do not show a server named "MyPrivateServer"
0 commit comments