Secret Page removed.

This commit is contained in:
2025-11-08 21:17:47 +01:00
parent 0fd32dc2b8
commit 986a1a2a25
3 changed files with 0 additions and 299 deletions

View File

@@ -229,11 +229,6 @@ def not_found(error):
return redirect(url_for('post.feed'))
return render_template('index.html'), 200
@app.route('/secret')
@login_required
def secret():
return render_template('secret.html')
if __name__ == '__main__':
try:
serve(app, host="0.0.0.0", port=80, threads=12)