I'm getting the following error in my server.js:
TypeError: routing is not a function
on
routing(app);
routing.js:
// JavaScript source code
var friends = require('./../controllers/friends.js');
module.export = function(app)
{...}
via JSim
No comments:
Post a Comment