Open
Description
Currently a web app bound using a WebTabResouceModule
will be routed all downstream routes.
For example, binding a web app at /
will prevent all other bound Web Actions from being given traffic since they will be forwarded to the JS web app.
Consider a masked 301 redirect web action for /
to point to /app/
or another way to serve a web app from /
.