Mercurial > hg > NetworkVis
changeset 2:130beb4cabec
fixed url for ismi-dev.
author | casties |
---|---|
date | Tue, 01 Sep 2015 17:01:01 +0200 |
parents | db013b2f3e10 |
children | aea1b2097f4f |
files | popoto/js/app-ismi.js |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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"; /**