What does the "/count" API do?
We have an /api/v1.0/count
endpoint.
Currently it's undefined
(https://gitlab.iscpif.fr/gargantext/haskell-gargantext/blob/dev/src/Gargantext/API/Count.hs#L33).
I would remove it, however it seems the Types.hs
file has some more meaningful (?) work in it:
https://gitlab.iscpif.fr/gargantext/haskell-gargantext/blob/dev/src/Gargantext/API/Count/Types.hs