mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-08 22:22:17 +02:00
feat(google_search): wire capability into REST door
This commit is contained in:
parent
b4ad8c5f4c
commit
a6332e23e9
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ from fastapi import APIRouter, Depends
|
|||
|
||||
# Import verb namespaces for their registration side effects before the door builds.
|
||||
import app.capabilities.google_maps
|
||||
import app.capabilities.google_search
|
||||
import app.capabilities.web
|
||||
import app.capabilities.youtube # noqa: F401
|
||||
from app.automations.api import router as automations_router
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue