Skip to content

Commit 690e09d

Browse files
authored
replace 'https' by 'http' in examples endpoints url
1 parent 649c728 commit 690e09d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

templates/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,10 +398,10 @@ <h1>Usage Examples</h1>
398398

399399
<h2>Curl</h2>
400400
<div class="code-wrapper" onclick="copyCode(this)">
401-
curl https://{{ host }}/search?q=SudoHopeX&engine=duckduckgo
401+
curl http://{{ host }}/search?q=SudoHopeX&engine=duckduckgo
402402
</div>
403403
<div class="code-wrapper" onclick="copyCode(this)">
404-
curl https://{{ host }}/mega/search?q=SudoHopeX&engines=duckduckgo,google,bing
404+
curl http://{{ host }}/mega/search?q=SudoHopeX&engines=duckduckgo,google,bing
405405
</div>
406406

407407
<h2>Python Requests</h2>

0 commit comments

Comments
 (0)