Commit 488edf36 authored by Yannick Chudy's avatar Yannick Chudy

host ip

parent 1b7c619a
......@@ -546,7 +546,7 @@ from pdgapi import get_engines_routes
@app.route('/engines', methods=['GET'])
def _engines():
host = ""
return jsonify({'routes': get_engines_routes(app, "http://192.168.43.128:5000")})
return jsonify({'routes': get_engines_routes(app, host)})
......
......@@ -16,4 +16,4 @@ https://github.com/padagraph/pdglib/archive/master.zip
# selenium
# used with igraph repo
#python-igraph
# python-igraph
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment