# HG changeset patch # User casties # Date 1441119661 -7200 # Node ID 130beb4cabece07a04c97b19602cab759fc9bbb5 # Parent db013b2f3e10bbfe5a4a94616b3262a58c87334d fixed url for ismi-dev. diff -r db013b2f3e10 -r 130beb4cabec popoto/js/app-ismi.js --- a/popoto/js/app-ismi.js Tue Sep 01 16:56:31 2015 +0200 +++ b/popoto/js/app-ismi.js Tue Sep 01 17:01:01 2015 +0200 @@ -4,7 +4,7 @@ * * For more information on Neo4J REST API the documentation is available here: http://neo4j.com/docs/stable/rest-api-cypher.html */ -popoto.rest.CYPHER_URL = "https://ismi-dev.mpiwg-berlin.mpg.de:7473/db/data/transaction/commit"; +popoto.rest.CYPHER_URL = "https://ismi-dev.mpiwg-berlin.mpg.de/neo4j-ismi/db/data/transaction/commit"; //popoto.rest.CYPHER_URL = "http://localhost:7474/db/data/transaction/commit"; /**