Localight / LocalightBackend

This will contain the backend of the database for the Backend.
http://localism.github.io/LocalightDocs/#/
0 stars 0 forks source link

createGiftcard - Single Response Only #82

Closed julianpoy closed 9 years ago

julianpoy commented 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!

torch2424 commented 9 years ago

After reading it 3 times, it is self explanatory! Good logic! :D