What we need to do is serve index.html whenever the route is one that isn’t recognized by any of the other endpoints. Is there a way to do this?
(Specifically, we are using an Angular front end, and we need to redirect the user back into the front end if they enter a route that the front end doesn’t capture (see Angular). We’re using zio-http as the http server).