pedestal

fabrao 2021-02-16T23:39:42.016600Z

hello all, I´m including my own routes to lacinia routes. I`m using mount to start the process about web servering and one of this routes I´m using a state from mount. But it´s getting some https://en.wikipedia.org/wiki/Cyclic_redundancy_check because state includes web server that define route and route include state

fabrao 2021-02-16T23:41:21.017400Z

routes are defined with def and I can´t pass this state to this route