mise a jour
This commit is contained in:
parent
593ad67773
commit
dc5e27d665
1 changed files with 17 additions and 0 deletions
|
@ -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 = ""
|
||||
|
|
Loading…
Reference in a new issue