Steve Piercy
2018-08-04 2bcfaad6707ab5513249cec471e482d805761a1c
docs/quick_tutorial/json/tutorial/__init__.py
@@ -6,6 +6,6 @@
    config.include('pyramid_chameleon')
    config.add_route('home', '/')
    config.add_route('hello', '/howdy')
    config.add_route('hello_json', 'howdy.json')
    config.add_route('hello_json', '/howdy.json')
    config.scan('.views')
    return config.make_wsgi_app()
    return config.make_wsgi_app()