Skip to content

Commit

Permalink
fix: add note to API explorer for APIs built with the HTTP proxy.
Browse files Browse the repository at this point in the history
  • Loading branch information
raksiv committed Jan 15, 2025
1 parent 2473f6f commit 6f8aefa
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion pkg/dashboard/frontend/src/components/apis/APIExplorer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,18 @@ const APIExplorer = () => {
>
creating APIs
</a>{' '}
as we are unable to find any existing APIs.
as we are unable to find any existing APIs. <br />
APIs built using{' '}
<a
className="underline"
target="_blank"
href="https://nitric.io/docs/reference/nodejs/http/http"
rel="noreferrer"
>
Nitric's HTTP Proxy

Check failure on line 819 in pkg/dashboard/frontend/src/components/apis/APIExplorer.tsx

View workflow job for this annotation

GitHub Actions / nitric-dashboard

`'` can be escaped with `&apos;`, `&lsquo;`, `&#39;`, `&rsquo;`
</a>{' '}
will not appear in this view. You can test these using an external
tool such as cURL, Postman or Insomnia.
</div>
)}
</Loading>
Expand Down

0 comments on commit 6f8aefa

Please sign in to comment.