Fix typo in the rest-api docs

This commit is contained in:
hroff-1902 2019-11-12 00:07:27 +03:00 committed by GitHub
parent 411e035005
commit 025350ebff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ This should return the response:
{"status":"pong"}
```
All other endpoints return sensitive info and require authentication, so are not available through a webrowser.
All other endpoints return sensitive info and require authentication, so are not available through a web browser.
To generate a secure password, either use a password manager, or use the below code snipped.