Skip to content

Commit

Permalink
update test ip
Browse files Browse the repository at this point in the history
Signed-off-by: ryjiang <[email protected]>
  • Loading branch information
shanghaikid committed Nov 1, 2023
1 parent e95e42d commit 7ec7978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tools/ip.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// test IP
export const IP = '10.102.6.108:19530';
export const IP = '127.0.0.1:19530';
export const ENDPOINT = `http://${IP}`;

0 comments on commit 7ec7978

Please sign in to comment.