feat: Add cache clear api route

This commit is contained in:
2025-06-17 23:17:19 +10:00
parent 5b3714f45c
commit ea2bcbb217
5 changed files with 83 additions and 27 deletions

View File

@@ -157,6 +157,19 @@
<li>Wait a few minutes and you should be able to see your IPFS content on the domain</li>
</ol>
</section>
<section class="info-section">
<h2>API Reference</h2>
<p>
Fire Portal provides API endpoints to programmatically interact with the service:
</p>
<ul>
<li>
<strong>Force Refresh:</strong>
<code>GET /api/refresh/{domain}</code> - Forces a refresh of IPFS content for a domain
</li>
</ul>
</section>
</main>
<footer>