Consider integrating Servant named routes
When working on #259 (closed), one of the main reasons that are slowing progress is the inhumane compile errors one gets in Servant when dealing with a big API.
Starting from Servant 0.19, Servant now supports named routes, which greatly improves the compile errors returned.
I think we should considering porting Gargantext to use named routes, as it might be well worth it.