forked from markino/PRWelBot4SECourse
Update prController.py
This commit is contained in:
parent
020b3675a4
commit
aaf45e20f4
|
@ -10,7 +10,11 @@ from commons.logUtil import logger
|
|||
|
||||
app = Flask(__name__)
|
||||
|
||||
#------------------------
|
||||
while(
|
||||
#------------------------
|
||||
|
||||
|
||||
# 测试
|
||||
@app.route('/hello', methods=['get'])
|
||||
@cross_origin()
|
||||
|
|
Loading…
Reference in New Issue