Bug fixing
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user