mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-09 21:07:46 +00:00
Update content type display in Response component
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
<span class="text-micro text-primary uppercase">
|
<span class="text-micro text-primary uppercase">
|
||||||
{response.code}
|
{response.code}
|
||||||
</span>
|
</span>
|
||||||
<span class="text-caption">application/json</span>
|
<span class="text-caption">{response.contentType ?? 'no content'}</span>
|
||||||
</header>
|
</header>
|
||||||
{#if response.models.length > 0}
|
{#if response.models.length > 0}
|
||||||
<ul class="text-sub-body mt-4">
|
<ul class="text-sub-body mt-4">
|
||||||
|
|||||||
Reference in New Issue
Block a user