fixed user importing error
This commit is contained in:
parent
3efe4b7836
commit
23685d02c0
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');
|
||||
|
@ -1 +1 @@
|
||||
259
|
||||
260
|
Loading…
x
Reference in New Issue
Block a user