Release v0.1.5
This commit is contained in:
11
src/govoplan_access/backend/api/v1/admin.py
Normal file
11
src/govoplan_access/backend/api/v1/admin.py
Normal file
@@ -0,0 +1,11 @@
|
||||
"""Compatibility import for access-owned admin routes.
|
||||
|
||||
The remaining platform admin routes are contributed by the `admin`, `tenancy`,
|
||||
`policy`, and `audit` modules through their own manifests.
|
||||
"""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from govoplan_access.backend.api.v1.routes import router
|
||||
|
||||
__all__ = ["router"]
|
||||
Reference in New Issue
Block a user