Skip to content

Commit 550ecd4

Browse files
committed
CHANGES:
- RestAPI: added endpoint configuration option - RestAPI: /servers can now filter server names
1 parent 311591c commit 550ecd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/restapi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You can configure the RestAPI endpoints in your config\plugins\restapi.yaml like
1313
```yaml
1414
DEFAULT:
1515
prefix: /stats # Optional: use this prefix
16-
enpoints: # endpoint configuration
16+
endpoints: # endpoint configuration
1717
servers: # /servers
1818
filter: # config parameter (in this case, the server filter list)
1919
- 'MyPrivateServer' # Do not show a server named "MyPrivateServer"

0 commit comments

Comments
 (0)