diff --git a/view/template/developer/_quickstartApi.php b/view/template/developer/_quickstartApi.php index f1782e72..b0a94406 100644 --- a/view/template/developer/_quickstartApi.php +++ b/view/template/developer/_quickstartApi.php @@ -1,6 +1,6 @@
- When running, the LBRY daemon provides a JSON-RPC server running at https://localhost:5279/lbryapi
.
+ When running, the LBRY daemon provides a JSON-RPC server running at http://localhost:5279/lbryapi
.
It can be accessed by any utility capable of making HTTPS GET and POST requests, such as cURL or possibly your toaster. @@ -32,4 +32,4 @@
The LBRY API consists about 50 calls, all related to discovering, distributing, and purchasing content. View the full API documentation.
You can also list all of the commands available by calling the help command.
$curl 'http://localhost:5279/lbryapi' --data '{"method":"help"}'
-
\ No newline at end of file
+