diff options
-rwxr-xr-x | .gitignore | 2 | ||||
-rw-r--r-- | README.md | 4 | ||||
-rwxr-xr-x | start.js | 2 |
3 files changed, 3 insertions, 5 deletions
@@ -3,7 +3,7 @@ # gathio custom config/api.js -config/database.js +config/database.js # Logs logs @@ -1,8 +1,8 @@ # gathio -Self-destructing, account-less shareable event pages. +Self-destructing, shareable, no-registration event pages. -You can use the publically hosted version [here](https://gath.io). +You can use the publicly hosted version [here](https://gath.io). # Installation @@ -18,8 +18,6 @@ require('./models/Event'); require('./models/User'); require('./models/Log'); -//require('./passport'); - const app = require('./app'); const server = app.listen(3000, () => { |