mise a jour

This commit is contained in:
Abdel Kader Chabi Sika Boni 2020-12-31 22:29:19 +01:00
parent 593ad67773
commit dc5e27d665

View file

@ -6,6 +6,23 @@ from flask import Flask
app = Flask(__name__)
SVR_IP = ''
GWI1_IP = ''
GWI2_IP = ''
GWF1_IP = ''
DEV1_GWF1_IP = ''
DEV2_GWF1_IP = ''
DEV3_GWF1_IP = ''
GWF2_IP = ''
DEV1_GWF2_IP = ''
DEV2_GWF2_IP = ''
DEV3_GWF2_IP = ''
GWF3_IP = ''
DEV1_GWF3_IP = ''
DEV2_GWF3_IP = ''
DEV3_GWF3_IP = ''
@app.route("/getmyconfig/<string:my_ip>")
def configurations_giver(my_ip):
configs = ""