diff --git a/docs/api/http-server.rst b/docs/api/http-server.rst index a533735a..8a56f2d5 100644 --- a/docs/api/http-server.rst +++ b/docs/api/http-server.rst @@ -173,7 +173,7 @@ http://localhost:6680/mywebclient/. ext_name = 'mywebclient' 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