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;