Resovle module

This commit is contained in:
garrettmills
2020-06-06 18:03:22 -05:00
parent fce3942cbc
commit e921964f8e

2
api.js
View File

@@ -10,7 +10,7 @@ let ready_ps = []
app.up().then(() => {
ready = true
ready_ps.forEach(x => x())
ready_ps.forEach(x => x(exports))
})
module.exports = exports = {