We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2473f6f commit 76082b9Copy full SHA for 76082b9
pkg/dashboard/frontend/src/components/apis/APIExplorer.tsx
@@ -808,7 +808,18 @@ const APIExplorer = () => {
808
>
809
creating APIs
810
</a>{' '}
811
- as we are unable to find any existing APIs.
+ as we are unable to find any existing APIs. <br />
812
+ APIs built using{' '}
813
+ <a
814
+ className="underline"
815
+ target="_blank"
816
+ href="https://nitric.io/docs/reference/nodejs/http/http"
817
+ rel="noopener noreferrer"
818
+ >
819
+ the Nitric HTTP Proxy
820
+ </a>{' '}
821
+ will not appear in this view. You can test these using an external
822
+ tool such as cURL, Postman or Insomnia.
823
</div>
824
)}
825
</Loading>
0 commit comments