Skip to content

Commit 9b24180

Browse files
committed
Update etcd.php
1 parent e0e9d0b commit 9b24180

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etcd.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
$api = "http://104.155.206.199:4001/v2/";
2+
$api = "http://127.0.0.1:4001/v2/";
33
if($_GET["etcd"]!="")
44
$api = $_GET["etcd"];
55
header('Content-Type: application/json; charset=utf-8');
@@ -71,4 +71,4 @@
7171
echo $result;
7272
break;
7373
}
74-
?>
74+
?>

0 commit comments

Comments
 (0)