diff --git a/components/AddressCheckV2.jsx b/components/AddressCheckV2.jsx
index b6bdf44a5..90935f356 100644
--- a/components/AddressCheckV2.jsx
+++ b/components/AddressCheckV2.jsx
@@ -73,11 +73,11 @@ export default function AddressCheckV2() {
- Response
+
+ Response
+
-
- {JSON.stringify(response, null, 2)}
-
+
{JSON.stringify(response, null, 2)}
>
);
diff --git a/components/BridgeableTokens.jsx b/components/BridgeableTokens.jsx
index 6e77b9c97..579a85572 100644
--- a/components/BridgeableTokens.jsx
+++ b/components/BridgeableTokens.jsx
@@ -75,11 +75,11 @@ export default function BridgeableTokens() {
- Response
+
+ Response
+
-
- {JSON.stringify(response, null, 2)}
-
+
{JSON.stringify(response, null, 2)}
>
);
diff --git a/components/ChainV2GraphQL.jsx b/components/ChainV2GraphQL.jsx
index 0af7caca4..afb97da3d 100644
--- a/components/ChainV2GraphQL.jsx
+++ b/components/ChainV2GraphQL.jsx
@@ -73,11 +73,11 @@ export default function ChainV2GraphQL() {
- Response
+
+ Response
+
-
- {JSON.stringify(response, null, 2)}
-
+
{JSON.stringify(response, null, 2)}
>
);
diff --git a/components/ChainsV2.jsx b/components/ChainsV2.jsx
index 37a974155..42fea9c61 100644
--- a/components/ChainsV2.jsx
+++ b/components/ChainsV2.jsx
@@ -46,11 +46,11 @@ export default function ChainsV2() {
- Response
+
+ Response
+
-
- {JSON.stringify(response, null, 2)}
-
+
{JSON.stringify(response, null, 2)}
>
);
diff --git a/components/ChainsV2GraphQL.jsx b/components/ChainsV2GraphQL.jsx
index 096778ec1..a6c3866a4 100644
--- a/components/ChainsV2GraphQL.jsx
+++ b/components/ChainsV2GraphQL.jsx
@@ -63,11 +63,11 @@ export default function ChainsV2GraphQL() {
- Response
+
+ Response
+
-
- {JSON.stringify(response, null, 2)}
-
+
{JSON.stringify(response, null, 2)}
>
);
diff --git a/components/DailyVolume.jsx b/components/DailyVolume.jsx
index 1b4062830..6358da83d 100644
--- a/components/DailyVolume.jsx
+++ b/components/DailyVolume.jsx
@@ -70,11 +70,11 @@ export default function DailyVolume() {
- Response
+
+ Response
+
-
- {JSON.stringify(response, null, 2)}
-
+
{JSON.stringify(response, null, 2)}
>
);
diff --git a/components/RouteV2.jsx b/components/RouteV2.jsx
index 729e5de6a..91d199106 100644
--- a/components/RouteV2.jsx
+++ b/components/RouteV2.jsx
@@ -118,11 +118,11 @@ export default function RouteV2() {
- Response
+
+ Response
+
-
- {JSON.stringify(response, null, 2)}
-
+
{JSON.stringify(response, null, 2)}
>
);
diff --git a/components/TokenV2.jsx b/components/TokenV2.jsx
index a5c73e8cc..a9ea32c76 100644
--- a/components/TokenV2.jsx
+++ b/components/TokenV2.jsx
@@ -76,11 +76,11 @@ export default function TokenV2() {
- Response
+
+ Response
+
-
- {JSON.stringify(response, null, 2)}
-
+
{JSON.stringify(response, null, 2)}
>
);
diff --git a/components/TokensV2.jsx b/components/TokensV2.jsx
index 7101ffcaa..9cd26ca2c 100644
--- a/components/TokensV2.jsx
+++ b/components/TokensV2.jsx
@@ -76,11 +76,11 @@ export default function TokensV2() {
- Response
+
+ Response
+
-
- {JSON.stringify(response, null, 2)}
-
+
{JSON.stringify(response, null, 2)}
>
);
diff --git a/routing/introduction.md b/routing/introduction.md
index f3204b17f..b77253033 100644
--- a/routing/introduction.md
+++ b/routing/introduction.md
@@ -26,12 +26,11 @@ To check the health status of the API just send a GET request to the above URL:
::: code-group
```ts [Request]
-URL = "https://routingapi.xdefiservices.com"
+URL = "https://routingapi.xdefiservices.com";
-response = await fetch(URL)
-
-console.log(response.status)
+response = await fetch(URL);
+console.log(response.status);
```
```ts [Response]