summaryrefslogtreecommitdiffstats
path: root/api/views/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'api/views/__init__.py')
-rw-r--r--api/views/__init__.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/api/views/__init__.py b/api/views/__init__.py
index 93cf419..c6dc765 100644
--- a/api/views/__init__.py
+++ b/api/views/__init__.py
@@ -1,6 +1,8 @@
from .accounts import * # noqa
from .apps import * # noqa
-from .base import api # noqa
+from .base import api_router # noqa
from .instance import * # noqa
+from .notifications import * # noqa
from .oauth import * # noqa
+from .search import * # noqa
from .timelines import * # noqa