Files
notifications-api/gunicorn_entry.py
2025-07-29 10:22:36 -07:00

7 lines
136 B
Python

# from gevent import monkey
# commenting out while we disable gevent
# monkey.patch_all()
from application import application # noqa