Skip to content

Commit

Permalink
Merge pull request #171 from StarfilesFileSharing/alpha
Browse files Browse the repository at this point in the history
Mention API cache in gui
  • Loading branch information
QuixThe2nd authored Nov 15, 2024
2 parents 1ecc5a8 + 60d881d commit a1ffd32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ <h2 class="text-xl font-bold">Files</h2>
<section>
<h2 class="text-xl font-bold">Serve API</h2>
<p class="text-sm text-gray-600 mt-1">Your API is accessible at: <code id="apiEndpoint" class="bg-gray-100 px-2 py-1 rounded"></code></p>
<p>Responses on the Hydrafiles network can be cached for up to 60 seconds.</p>
<textarea id="customHandler" class="w-full h-full mt-2 p-4 font-mono text-sm border rounded focus:outline-none focus:border-blue-500" style="height: 50vh">
async (req) => {
// Custom request handling logic
Expand Down

0 comments on commit a1ffd32

Please sign in to comment.