diff --git a/app2.py b/app2.py index 00621309..21ae53dd 100644 --- a/app2.py +++ b/app2.py @@ -120,10 +120,11 @@ def hello(): def goodbye(): return "Goodbye, cruel World!" +""" @app.route('/public_html/403.shtml', methods=['GET']) def forbidden(): return send_from_directory('/home/partsltd/public_html', '403.shtml') - +""" def application(environ, start_response): start_response('200 OK', [('Content-Type', 'text/plain')]) diff --git a/git-filter-repo b/git-filter-repo new file mode 160000 index 00000000..4bc9022a --- /dev/null +++ b/git-filter-repo @@ -0,0 +1 @@ +Subproject commit 4bc9022afce5e2e138596bbecf4df310212ae164