minor changes

This commit is contained in:
Nguyen Ngo
2025-08-04 13:31:21 -04:00
parent 7c9b3100da
commit 0d5f085063
+1 -1
View File
@@ -1804,7 +1804,7 @@ def qr_destination(qr_url):
return render_template('qr_not_found.html'), 500 return render_template('qr_not_found.html'), 500
@app.route('/qr/<string:qr_url>/checkin', methods=['POST']) @app.route('/qr/<string:qr_url>/checkin', methods=['POST'])
def qr_checkin_enhanced(qr_url): def qr_checkin(qr_url):
""" """
Enhanced staff check-in with improved location accuracy calculation Enhanced staff check-in with improved location accuracy calculation
""" """