diff --git a/src/components/EndpointViewer.jsx b/src/components/EndpointViewer.jsx index b0b2706..825035c 100644 --- a/src/components/EndpointViewer.jsx +++ b/src/components/EndpointViewer.jsx @@ -149,10 +149,12 @@ function EndpointRow({ endpoint, topic }) {

{endpoint.description}

-
- - {topic.baseUrl} - {urlPath} +
+ +
+
{topic.baseUrl}
+
{urlPath}
+
{/* Query params (GET endpoints) */} @@ -241,7 +243,7 @@ function EndpointRow({ endpoint, topic }) {
) : ( // URL preview for no-body endpoints -
+
Full Request URL