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 c6dc765..f95fc21 100644
--- a/api/views/__init__.py
+++ b/api/views/__init__.py
@@ -1,8 +1,10 @@
from .accounts import * # noqa
from .apps import * # noqa
-from .base import api_router # noqa
+from .filters import * # noqa
from .instance import * # noqa
+from .media import * # noqa
from .notifications import * # noqa
from .oauth import * # noqa
from .search import * # noqa
+from .statuses import * # noqa
from .timelines import * # noqa