fixed user importing error
This commit is contained in:
3
app.js
3
app.js
@@ -22,7 +22,8 @@ let comments
|
||||
let config
|
||||
|
||||
try {
|
||||
// We're going to try and import the modules, users = require('./users.js');
|
||||
// We're going to try and import the modules,
|
||||
users = require('./users.js');
|
||||
posts = require('./posts.js');
|
||||
comments = require('./comments.js');
|
||||
config = require('./config.js');
|
||||
|
Reference in New Issue
Block a user