Update prController.py

This commit is contained in:
FirePunch 2023-12-15 09:15:07 +08:00
parent 020b3675a4
commit aaf45e20f4
1 changed files with 4 additions and 0 deletions

View File

@ -10,7 +10,11 @@ from commons.logUtil import logger
app = Flask(__name__)
#------------------------
while(
#------------------------
# 测试
@app.route('/hello', methods=['get'])
@cross_origin()