Add WSGI adapter

This commit is contained in:
Peter J. Holzer 2019-08-08 13:13:37 +02:00
parent 4c80e4784d
commit 47e548a368
1 changed files with 2 additions and 0 deletions

2
wsgi.py Normal file
View File

@ -0,0 +1,2 @@
#!/usr/bin/python3
from app import app as application