Use HTTPS in generated endpoint for API

This commit is contained in:
Citlali del Rey 2022-12-17 10:28:37 -08:00
parent d030d8e0d0
commit 6e1a61331d
Signed by: nullobsi
GPG Key ID: 933A1F44222C2634
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
<p>
To use this pinning service with your local IPFS node, point
your IPFS node at the endpoint <b><%= url_for('/api')->to_abs %></b>
your IPFS node at the endpoint <b><%= url_for('/api')->to_abs->scheme("https") %></b>
and give it the generated access token.
<br>
</p>