mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-06 04:22:07 +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">
|
||||
{response.code}
|
||||
</span>
|
||||
<span class="text-caption">application/json</span>
|
||||
<span class="text-caption">{response.contentType ?? 'no content'}</span>
|
||||
</header>
|
||||
{#if response.models.length > 0}
|
||||
<ul class="text-sub-body mt-4">
|
||||
|
||||
Reference in New Issue
Block a user