Skip to content

Commit

Permalink
fix: fix app to able to connect (#777)
Browse files Browse the repository at this point in the history
Signed-off-by: shanghaikid <jiangruiyi@gmail.com>
  • Loading branch information
shanghaikid authored Feb 20, 2025
1 parent 12bb8f8 commit 717c21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/http/Axios.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { MILVUS_CLIENT_ID } from '@/consts';
const hostUrl: { [key: string]: string | undefined } = {
development: ``,
production: ((window as any)._env_ && (window as any)._env_.HOST_URL) || '',
electron: `http://127.0.0.1:3000`,
electron: `http://127.0.0.1:3080`,
};

export const isElectron =
Expand Down

0 comments on commit 717c21f

Please sign in to comment.