mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:16:07 -04:00
Don't pass host_web_client flag to register_servlets, it needs to be a Resource not a RestServlet.
This commit is contained in:
parent
38c7e92331
commit
2da1e1526e
2 changed files with 2 additions and 4 deletions
|
@ -148,7 +148,7 @@ def setup():
|
|||
# the replication layer
|
||||
hs.get_federation()
|
||||
|
||||
hs.register_servlets(host_web_client=args.webclient)
|
||||
hs.register_servlets()
|
||||
|
||||
hs.get_http_server().start_listening(args.port)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue