diff --git a/src/app/uwsgi.ini b/src/app/uwsgi.ini new file mode 100644 index 0000000..4e79fbd --- /dev/null +++ b/src/app/uwsgi.ini @@ -0,0 +1,3 @@ +[uwsgi] +module = main +callable = app \ No newline at end of file