ui - fix typo on referencing base url

This commit is contained in:
Ishaan Jaff 2024-07-18 13:36:05 -07:00
parent 75ca53fab5
commit 976cc3f5ea
3 changed files with 3 additions and 3 deletions

View file

@ -38,7 +38,7 @@ const APIRef: React.FC<ApiRefProps> = ({
proxySettings,
}) => {
let base_url = "http://localhost:4000";
let base_url = "<your_proxy_base_url>";
if (proxySettings) {
if (proxySettings.PROXY_BASE_URL && proxySettings.PROXY_BASE_URL !== undefined) {