Adding more bulletin functionality.
This commit is contained in:
@@ -5,6 +5,7 @@ from fastapi.templating import Jinja2Templates
|
||||
from pathlib import Path
|
||||
|
||||
from .routers import public, profile, messages, send, bulletins
|
||||
from packetserver.http.routers.bulletins import html_router
|
||||
|
||||
BASE_DIR = Path(__file__).parent.resolve()
|
||||
|
||||
@@ -43,4 +44,5 @@ app.include_router(profile.router)
|
||||
app.include_router(messages.router)
|
||||
app.include_router(send.router)
|
||||
app.include_router(dashboard.router)
|
||||
app.include_router(bulletins.router)
|
||||
app.include_router(bulletins.router)
|
||||
app.include_router(html_router)
|
||||
Reference in New Issue
Block a user