From 042a7155b6bd4e9973e1fea9a4253f53349843d0 Mon Sep 17 00:00:00 2001 From: Suriya Date: Wed, 20 May 2026 17:13:47 +0530 Subject: [PATCH] ui integration and rest api --- src/components/EndpointViewer.jsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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