http: Change registry key to match docs
This commit is contained in:
parent
5897675eab
commit
b1d9e112fe
@ -36,7 +36,8 @@ class Extension(ext.Extension):
|
||||
def setup(self, registry):
|
||||
from .actor import HttpFrontend
|
||||
|
||||
HttpFrontend.routers = registry['http:routers']
|
||||
HttpFrontend.routers = registry['http:router']
|
||||
|
||||
registry.add('frontend', HttpFrontend)
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user