commit | c12ec4ed46b06732d0794badf8964cf5bad0a131 | [log] [tgz] |
---|---|---|
author | Huguet57 <andreuhuguet@gmail.com> | Sun Jan 21 10:47:39 2018 +0100 |
committer | GitHub <noreply@github.com> | Sun Jan 21 10:47:39 2018 +0100 |
tree | b12ac303d33c8c9cce345375336815b17eea6aa2 | |
parent | 658fae54acbd0cfa8b5b985a3e90709d1f0f57c9 [diff] |
CANVI URL DEL "REQUEST GET GRAPH"
diff --git a/api.php b/api.php index 3e5c43e..fc1b6af 100644 --- a/api.php +++ b/api.php
@@ -18,7 +18,7 @@ switch ($_GET["action"]) { case "getgraf": - $graf = file_get_contents("https://dirba.io/grafo/api.php?req=getGraph"); + $graf = file_get_contents("https://grafo.dirba.io/api.php?req=getGraph"); echo $graf; break;