This commit is contained in:
huangzhenpc
2025-03-05 11:10:18 +08:00
parent d4fc9d466e
commit 6c2fa866f9

View File

@@ -52,7 +52,7 @@ def create_app():
domains_with_time = get_allowed_domains_with_time()
return jsonify(domains_with_time), 200
@app.route('/')
@app.route('/web/list')
def list_emails_page():
emails = get_latest_emails(count=50)
return render_template('email_list.html', emails=emails)