diff options
author | Kegan Dougal <kegan@matrix.org> | 2014-08-14 10:05:06 +0100 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2014-08-14 10:05:06 +0100 |
commit | 29aa13f0d4424729813bea99b84d34a3b3d4e68c (patch) | |
tree | b3affb6c40d3501bd0c4a432a351b7f88e5051dc /synapse/rest/__init__.py | |
parent | Start phasing out HttpServer: we should be using Resources instead. Added res... (diff) | |
download | synapse-29aa13f0d4424729813bea99b84d34a3b3d4e68c.tar.xz |
Make federation use resource_for_federation as well.
Diffstat (limited to 'synapse/rest/__init__.py')
-rw-r--r-- | synapse/rest/__init__.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/synapse/rest/__init__.py b/synapse/rest/__init__.py index 82c09f4c4a..da18933b63 100644 --- a/synapse/rest/__init__.py +++ b/synapse/rest/__init__.py @@ -15,8 +15,7 @@ from . import ( - room, events, register, login, profile, public, presence, im, directory, - webclient + room, events, register, login, profile, public, presence, im, directory ) |