mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-23 15:56:45 -04:00
Compare commits
2 Commits
06-19-2026
...
2627-debug
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8fc4a00b99 | ||
|
|
2fc6c48ed4 |
@@ -104,6 +104,7 @@ redis_store = RedisClient()
|
|||||||
document_download_client = DocumentDownloadClient()
|
document_download_client = DocumentDownloadClient()
|
||||||
|
|
||||||
socketio = SocketIO(
|
socketio = SocketIO(
|
||||||
|
async_mode='gevent',
|
||||||
cors_allowed_origins=[
|
cors_allowed_origins=[
|
||||||
config.Config.ADMIN_BASE_URL,
|
config.Config.ADMIN_BASE_URL,
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -2,4 +2,7 @@ from gevent import monkey
|
|||||||
|
|
||||||
monkey.patch_all()
|
monkey.patch_all()
|
||||||
|
|
||||||
from application import application # noqa
|
from application import application as flask_app # noqa
|
||||||
|
from app import socketio # noqa
|
||||||
|
|
||||||
|
application = socketio
|
||||||
|
|||||||
Reference in New Issue
Block a user