Relative Content

Tag Archive for node.jsjsonexpresspost

Trouble Using res.sendFile() With express.json()

I am new to express and am building a portfolio website. I have an app.post which uses express.json to get json data back from a POST request. Then depending on values in the JSON object I want to use res.sendFile() to direct the user to one of two pages.