Saturday 18 March 2017

Getting a TypeError: * is not a function error

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