Breeze / breeze.js.samples

Breeze JavaScript Client sample applications
MIT License
96 stars 85 forks source link

node/tempHire/server/routes.js line 544 issue #40

Closed DaveRicho closed 3 years ago

DaveRicho commented 7 years ago

Hi Guys,

I'm a newb, so apologies in advance for protocol breaches here - please tell me how I should be (or not be) doing this in the right way.

I think node/tempHire/server/routes.js line 544 needs to be "res.setHeader("Content-Type", "application/json");" rather than res.setHeader("Content-Type:", "application/json");

Semi colon removed after "Content-Type"

Thanks,

Dave.