Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading