Skip to content

Commit

Permalink
recover ip
Browse files Browse the repository at this point in the history
Signed-off-by: ryjiang <[email protected]>
  • Loading branch information
shanghaikid committed Oct 24, 2024
1 parent 00691a0 commit c5502f2
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.218:19530';
export const IP = '127.0.0.1:19530';
export const ENDPOINT = `http://${IP}`;

0 comments on commit c5502f2

Please sign in to comment.