From: Max Value Date: Mon, 9 Dec 2024 06:44:15 +0000 (+0000) Subject: Removed WSGI script X-Git-Url: https://git.ozva.co.uk/?a=commitdiff_plain;h=ebfce31e17cc9ff7ead88c6e67eed02881739879;p=critters-api Removed WSGI script Favor on-server script --- diff --git a/wsgi.py b/wsgi.py deleted file mode 100644 index 11f8531..0000000 --- a/wsgi.py +++ /dev/null @@ -1,5 +0,0 @@ -#! .venv/bin/python3 - -from critters import app - -application = app