RSCodingClub / STUCO-Backend

MIT License
3 stars 0 forks source link

Split up routing for different APIs. #45

Closed itotallyrock closed 7 years ago

itotallyrock commented 7 years ago

The router files for user, event, and badge are both lengthy and repetitive. It may be better to consider outsourcing this to multiple files and functions.

Maybe perhaps convert over to a /v2/ for it or even just throw out the versioning. The versioning will very unlikely be used as the server is only operating with 1 client.