switched back to module.exports
This commit is contained in:
parent
936a431c14
commit
2bcd058ced
3 changed files with 3 additions and 3 deletions
2
index.js
2
index.js
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -88,7 +88,7 @@ const startServer = (mysqlConfig) => {
|
|||
});
|
||||
};
|
||||
|
||||
exports = {
|
||||
module.exports = {
|
||||
hello () {
|
||||
console.log('hello world');
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue