Capitalized HTTP headers on keys page.

This commit is contained in:
DebaucheryLibrarian 2024-08-31 05:08:50 +02:00
parent 19dfc506e3
commit a0d38a179a
1 changed files with 2 additions and 2 deletions

View File

@ -87,8 +87,8 @@
<h3 class="info-heading">HTTP headers</h3> <h3 class="info-heading">HTTP headers</h3>
<code class="headers"> <code class="headers">
Api-User: {{ user.id }}<br> API-User: {{ user.id }}<br>
Api-Key: YourSecurelyStoredApiKey12345678 API-Key: YourSecurelyStoredApiKey12345678
</code> </code>
</div> </div>
</div> </div>