node.js - Express Route.post issue -


i use express back-end application. have problem why there not problem on signup route, when server starts crashes following error. enter image description here

the place identifies source of error signin route. but, difference between signin , signup here. can't figure out.

enter image description here

check if authenticationcontroller.signin defined. try doing console.log(authenticationcontroller.signin) , see if defined. guess typo issue. may it's authenticationcontroller.signin notice capital i.


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -