From 701fed35b2dc0da8bb248746b7052184d9a655f0 Mon Sep 17 00:00:00 2001 From: ksamuel Date: Fri, 14 Aug 2020 16:54:57 +0200 Subject: [PATCH] Fix WSGI prod file --- zerobin/wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zerobin/wsgi.py b/zerobin/wsgi.py index 33fb133..3add608 100644 --- a/zerobin/wsgi.py +++ b/zerobin/wsgi.py @@ -1,3 +1,3 @@ -from zerobin.wsgi import setup_app +from zerobin.routes import get_app settings, app = get_app()