What is the simplest solution to integrate Akka HTTP service with / into Lagom?
I have two services - akkahttp:8000
and lagom:9000
, they are serving methods for Angular application. It would be great to have one endpoint for all the services - x:8888
for x:8888/akkahttp
and x:8888/lagom
.