Skip to content

Commit 76082b9

Browse files
raksivdavemooreuws
andauthored
fix: add note to API explorer for APIs built with the HTTP proxy. (#847)
Co-authored-by: David Moore <4121492+davemooreuws@users.noreply.github.com>
1 parent 2473f6f commit 76082b9

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

pkg/dashboard/frontend/src/components/apis/APIExplorer.tsx

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,18 @@ const APIExplorer = () => {
808808
>
809809
creating APIs
810810
</a>{' '}
811-
as we are unable to find any existing APIs.
811+
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.
812823
</div>
813824
)}
814825
</Loading>

0 commit comments

Comments
 (0)