Merge pull request #1732 from GSA/update-register_socket_handlers

Socket.IO 400 errors
This commit is contained in:
ccostino
2025-05-27 14:23:57 -04:00
committed by GitHub

View File

@@ -4,7 +4,7 @@ from __future__ import print_function
from flask import Flask
from werkzeug.serving import WSGIRequestHandler
from app import create_app
from app import create_app, socketio # noqa: F401
WSGIRequestHandler.version_string = lambda self: "SecureServer"