diff --git a/docs/tutorial/factory.rst b/docs/tutorial/factory.rst index 39febd13..880412b3 100644 --- a/docs/tutorial/factory.rst +++ b/docs/tutorial/factory.rst @@ -62,7 +62,7 @@ directory should be treated as a package. pass # a simple page that says hello - @app.route('/hello') + @app.route('/hello/') def hello(): return 'Hello, World!'