switched back to module.exports

This commit is contained in:
bill bittner 2018-03-08 15:13:54 -08:00
parent 936a431c14
commit 2bcd058ced
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -88,7 +88,7 @@ const startServer = (mysqlConfig) => {
});
};
exports = {
module.exports = {
hello () {
console.log('hello world');
},