Skip to content

Commit

Permalink
fix: add note to API explorer for APIs built with the HTTP proxy. (#847)
Browse files Browse the repository at this point in the history
Co-authored-by: David Moore <[email protected]>
  • Loading branch information
raksiv and davemooreuws authored Jan 17, 2025
1 parent 2473f6f commit 76082b9
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="noopener noreferrer"
>
the Nitric HTTP Proxy
</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 76082b9

Please sign in to comment.