We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 649c728 commit 690e09dCopy full SHA for 690e09d
1 file changed
templates/index.html
@@ -398,10 +398,10 @@ <h1>Usage Examples</h1>
398
399
<h2>Curl</h2>
400
<div class="code-wrapper" onclick="copyCode(this)">
401
-curl https://{{ host }}/search?q=SudoHopeX&engine=duckduckgo
+curl http://{{ host }}/search?q=SudoHopeX&engine=duckduckgo
402
</div>
403
404
-curl https://{{ host }}/mega/search?q=SudoHopeX&engines=duckduckgo,google,bing
+curl http://{{ host }}/mega/search?q=SudoHopeX&engines=duckduckgo,google,bing
405
406
407
<h2>Python Requests</h2>
0 commit comments