Skip to content

Commit b0706ca

Browse files
committed
Fix wsgi.py
1 parent d66e42a commit b0706ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deployment/wsgi/wsgi.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
from peregrine.api import app
1+
from peregrine.api import app_init, app
2+
3+
app_init(app)
24

35
application = app

0 commit comments

Comments
 (0)