Stop Maintainance

This commit is contained in:
bigJIU 2023-04-26 14:50:20 +08:00
parent 5a74c7c28b
commit 9cc5bb87d9

View File

@ -38,8 +38,8 @@ def getId():
def gamewelcome(): def gamewelcome():
ip = getId() ip = getId()
# return redirect(url_for('gameplay', id=request.remote_addr)) # return redirect(url_for('gameplay', id=request.remote_addr))
return render_template('Maintenance.html') # return render_template('Maintenance.html')
# return render_template('GameWelcome.html') return render_template('GameWelcome.html')
@app.route('/question') @app.route('/question')