Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions mod_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@
# Route modules register themselves against the blueprint; the rest of
# the stack adds one module per PR.
from mod_api.routes import auth as auth_routes # noqa: E402, F401
from mod_api.routes import runs as runs_routes # noqa: E402, F401
from mod_api.routes import system as system_routes # noqa: E402, F401
Loading
Loading