Commit 191f5772 authored by Jérome Perrin's avatar Jérome Perrin

remove getConfigurationDict from server code

parent 7fac42aa
......@@ -146,10 +146,6 @@ def getGUIInstance():
instance = klass.Simulation(logger=app.logger)
return instance
@app.route("/getConfigurationDict")
def getConfigurationDict():
return jsonify(getGUIInstance().getConfigurationDict())
@app.route("/runKnowledgeExtraction", methods=["POST", "OPTIONS"])
def runKnowledgeExtraction():
parameter_dict = request.json
......
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