Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: ryjiang <[email protected]>
  • Loading branch information
shanghaikid committed Sep 3, 2024
1 parent b7d1b66 commit 200ee16
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.7.11:19530';
export const IP = '127.0.0.1:19530';
export const ENDPOINT = `http://${IP}`;

0 comments on commit 200ee16

Please sign in to comment.