Bug fixing

This commit is contained in:
Your Name
2025-05-25 15:29:58 +12:00
parent 24116f5c60
commit 5caf22c9bb

View File

@@ -98,10 +98,10 @@ std::string welcome_page() {
<div class="endpoints">
<h2>Available Endpoints</h2>
<ul>
<li><code>GET /object/{hash}</code> - Retrieve an object by hash</li>
<li><code>GET /dir</code> - List all objects</li>
<li><code>GET /hash/{label:tag}</code> - Get hash for a label:tag</li>
<li><code>GET /exists/{hash}</code> - Check if an object exists</li>
<li><code>GET /dir</code> - List all objects</li>
<li><code>GET /object/{hash}</code> - Retrieve an object by hash</li>
<li><code>GET /meta/{hash}</code> - Get object metadata</li>
</ul>
</div>