Merge pull request #2516 from freqtrade/hroff-1902-patch-1

minor: Fix typo in the rest-api docs
This commit is contained in:
Matthias
2019-11-12 06:35:26 +01:00
committed by GitHub

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.