diff --git a/web/containers/WaitingCortexModal/index.tsx b/web/containers/WaitingCortexModal/index.tsx index 8b7161a28e..5c4ebdd251 100644 --- a/web/containers/WaitingCortexModal/index.tsx +++ b/web/containers/WaitingCortexModal/index.tsx @@ -54,11 +54,11 @@ const WaitingForCortexModal: React.FC = () => {
API Server starting at{' '}
- {host}/api
+ {host.replace('/v1', '')}/api
diff --git a/web/helpers/atoms/AppConfig.atom.ts b/web/helpers/atoms/AppConfig.atom.ts
index f0c0cc69db..9b8cba186a 100644
--- a/web/helpers/atoms/AppConfig.atom.ts
+++ b/web/helpers/atoms/AppConfig.atom.ts
@@ -30,4 +30,4 @@ export const didShowMigrationWarningAtom = atomWithStorage(
}
)
-export const hostAtom = atom('http://127.0.0.1:1338')
+export const hostAtom = atom('http://127.0.0.1:1338/v1')