Steve Piercy
2018-08-04 2bcfaad6707ab5513249cec471e482d805761a1c
Merge pull request #3322 from OdinsGenre/patch-1

Update __init__.py
1 files modified
4 ■■■■ changed files
docs/quick_tutorial/json/tutorial/__init__.py 4 ●●●● patch | view | raw | blame | history
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()