Promise not returning resolve from express app.get Nodejs
I’m trying to return a resolve or reject depending on if the promise was successful or not. I can’t seem to figure out why this isn’t returning the response. All I get from my promise is [object Object]
. This is what I get in response.