[Code Review / Quick Optimization] Servant API current use
- This issue is a kind of door to enter in our backend codebase
- Currently the maximum number of routes is limited: I remember adding 2 or 3 routes that caused some error compilation, I had to comment/remove some of them to be able to add a new one. I guess a split would fix the issue and decrease the time of compilation too. Next issues related with the API will deal with new routes, hence this fix will be useful later.
- Code Review: Do you see how we could improve our codebase for our Servant use currently ? Any advice would be appreciated to help all the team to improve our skills (mine at least :)