Skip to content

Commit

Permalink
change endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
aaanh committed Oct 24, 2022
1 parent 0ebeb1b commit d261bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div class="">
<h1 class="">Get Raw Gists</h1>
<blockquote>It simply works by appending <code>/raw</code> into the URL and return the content.</blockquote>
<form action="https://gist.aaanh.app" method="GET">
<form action="https://gist-endpoint.aaanh.app" method="GET">
<input class="border rounded w-64 p-2" type="text" name="gist_url" />
<input id="get-raw-now" class="p-2" type="submit" value="GET RAW NOW">
</form>
Expand Down

0 comments on commit d261bd9

Please sign in to comment.