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
commit 7a2d917c66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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.