hapi.js-in-action
hapi.js-in-action copied to clipboard
Why is his value 'Ink is dry'? - 4.4.4
this is code's url: https://github.com/mtharrison/hapi.js-in-action/blob/master/CH04%20-%20Routes%20and%20Handlers%20in%20Depth/4.4/4.4.4/index.js
this code: console.log('Decrypted message: ' + request.pre.decryptMessage);
Why is his value 'Ink is dry'?