As of now, most of the API-logic resides in the page-routes where you can POST etc. But I want the API-routes to handle the business-logic and the page-routes to handle page-routing and redirecting.
Also makes it easier to unit-test the business-logic.