Closed julianpoy closed 9 years ago
createGiftcard now sends a success message, and all errors after that are console.log(). This is because you cannot respond to the client request after a response has already been sent (fairly self explanatory). Closes #77 Simple fix!
After reading it 3 times, it is self explanatory! Good logic! :D
createGiftcard now sends a success message, and all errors after that are console.log(). This is because you cannot respond to the client request after a response has already been sent (fairly self explanatory). Closes #77 Simple fix!