You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 16, 2019. It is now read-only.
Hi,
at first thank you for making an API for TC.
After I've looked at the code, I saw that you wrote the most of the application logic into routes.php.
At the moment the routes.php has about 1700 lines of code. In my opinion this is bad for the maintainability.
Do you have a specific reason why you did this so?
Would you merge a pull request if I change the structure into multiple controllers?