I am trying to make an app that has a node js express backend serving as the API. I only want express to run on "/api" routes, as I want my MVC framework (mithril js) to handle the client side routing.I am trying to make an app that has a node js e
I am trying to make an app that has a node js express backend serving as the API. I only want express to run on "/api" routes, as I want my MVC framework (mithril js) to handle the client side routing.I am trying to make an app that has a node js e