This commit is contained in:
root 2021-06-02 10:21:17 +08:00
parent 8f0cac8aa5
commit c59eb50433

View File

@ -30,4 +30,4 @@ api.add_resource(RelushADinfo, '/interface/reflush_adinfo')
if __name__ == '__main__':
app.run(host='0.0.0.0', debug=True, port=priv_i_port)
app.run(host='0.0.0.0', debug=True, port=5015)