mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-08 22:22:17 +02:00
feat(capabilities): expose youtube.* verbs on the REST door
This commit is contained in:
parent
6c3735db19
commit
0b2dba7a57
1 changed files with 3 additions and 1 deletions
|
|
@ -1,6 +1,8 @@
|
|||
from fastapi import APIRouter, Depends
|
||||
|
||||
import app.capabilities.web # noqa: F401 (registers web.* verbs before the door builds)
|
||||
# Import verb namespaces for their registration side effects before the door builds.
|
||||
import app.capabilities.web
|
||||
import app.capabilities.youtube # noqa: F401
|
||||
from app.automations.api import router as automations_router
|
||||
from app.capabilities.core.access.rest import build_capabilities_router
|
||||
from app.file_storage.api import router as file_storage_router
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue