- Added support for additional custom routes for each API. This means that you could use one API Gateway for an entire
project if you wished to using the ApiGatewayAdditionalRoute to route requests to different URLs within your
project. This is extremely useful if you have multiple apps that require websockets. The recommendation is to have a
central view that handles all connections, disconnections and the default route. Then to use specific route for each of
your apps, views or however you require to separate requests.