Skip to content

Commit

Permalink
feat: hook up the frontend apis
Browse files Browse the repository at this point in the history
  • Loading branch information
xen0n committed Jan 7, 2025
1 parent 3ec4db0 commit c07b5fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ruyi_backend/app/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
from .root import app as app

# register the various API endpoints
from . import frontend as frontend
from . import misc as misc
from . import telemetry as telemetry

app.include_router(frontend.router)
app.include_router(misc.router)
app.include_router(telemetry.router)

0 comments on commit c07b5fd

Please sign in to comment.