Fixes for message list pushed.

This commit is contained in:
Michael Woods
2025-12-24 20:42:43 -05:00
parent f59c9a36e3
commit c3edbb6d64
3 changed files with 21 additions and 47 deletions

View File

@@ -48,5 +48,6 @@ app.include_router(dashboard.router)
app.include_router(bulletins.router)
app.include_router(bulletins.html_router)
app.include_router(message_detail_router)
app.include_router(messages.html_router)
app.include_router(html_router)