docs: Fix error
This commit is contained in:
parent
325ea976d8
commit
0e7c76db2e
@ -173,7 +173,7 @@ http://localhost:6680/mywebclient/.
|
|||||||
ext_name = 'mywebclient'
|
ext_name = 'mywebclient'
|
||||||
|
|
||||||
def setup(self, registry):
|
def setup(self, registry):
|
||||||
registry.add('http:router', MyTornadoRouter)
|
registry.add('http:router', MyWSGIRouter)
|
||||||
|
|
||||||
# See the Extension API for the full details on this class
|
# See the Extension API for the full details on this class
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user