Websocket Fallback

When using WebSockets, what is the recommended fallback for serving HTTP requests on a WS route?
I ask this as when an HTTP(S) request comes on a WS route it brings up an error, and seeing as you get a route complaining about it already existing when I tried to add a normal route, I am not sure.

Have you looked into exception handling?