Move admin api impl to its own package

It doesn't really belong under rest/client/v1 any more.
This commit is contained in:
Richard van der Hoff 2019-05-01 15:32:38 +01:00
parent 8e9ca83537
commit 40e576e29c
19 changed files with 67 additions and 42 deletions

View file

@ -62,7 +62,7 @@ from synapse.python_dependencies import check_requirements
from synapse.replication.http import REPLICATION_PREFIX, ReplicationRestResource
from synapse.replication.tcp.resource import ReplicationStreamProtocolFactory
from synapse.rest import ClientRestResource
from synapse.rest.client.v1.admin import AdminRestResource
from synapse.rest.admin import AdminRestResource
from synapse.rest.key.v2 import KeyApiV2Resource
from synapse.rest.media.v0.content_repository import ContentRepoResource
from synapse.rest.well_known import WellKnownResource