mise a jour
This commit is contained in:
parent
0e5a13ecad
commit
943fcddb4b
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ def configurations_giver(my_ip):
|
||||||
return jsonify(configs)
|
return jsonify(configs)
|
||||||
|
|
||||||
@app.route("/getmyconfig/")
|
@app.route("/getmyconfig/")
|
||||||
def configurations_giver_to_dc(my_ip):
|
def configurations_giver_to_dc():
|
||||||
configs = {"local_ip":"127.0.0.1", "verdict":"yes"}
|
configs = {"local_ip":"127.0.0.1", "verdict":"yes"}
|
||||||
configs["local_port"] = 8181
|
configs["local_port"] = 8181
|
||||||
configs["local_name"] = "gwi2"
|
configs["local_name"] = "gwi2"
|
||||||
|
|
Loading…
Reference in a new issue