Capitalized HTTP headers on keys page.
This commit is contained in:
parent
19dfc506e3
commit
a0d38a179a
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue