food-lookup-demo icon indicating copy to clipboard operation
food-lookup-demo copied to clipboard

What about the api server being hosted ?

Open karthik2872 opened this issue 3 years ago • 1 comments

Your food-lookup-demo puts only the static portion ( the react app setup by create-react-app ) to heroku , what about the api server on port 3001

karthik2872 avatar Jun 22 '21 01:06 karthik2872

Even though the web process type seems to be running, any requests to /api/*** is not being routed to proxy end point on port 3001 and not routed to /api/*** definition on the express path within server.js. IS this how its expected to work within the heroku app ie the proxy route definition on the webpack api server ?

karthik2872 avatar Jun 22 '21 02:06 karthik2872