restructure file system

This commit is contained in:
2025-05-25 12:20:02 +02:00
parent b4ac92af79
commit e853bb6a86
28 changed files with 29 additions and 29 deletions

View File

@@ -26,7 +26,7 @@ def init_app(app: Flask):
@app.route('/rooms/<int:room_id>/trash')
@login_required
def trash_page(room_id):
return render_template('trash.html')
return render_template('trash/trash.html')
return app