Skip to content

Commit

Permalink
include plugins/local (gahhh!)
Browse files Browse the repository at this point in the history
  • Loading branch information
mixmix committed Jan 28, 2019
1 parent 2134f18 commit 980e5b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ var createSbot = require('ssb-server')
.use(require('ssb-server/plugins/logging'))
.use(require('ssb-server/plugins/unix-socket'))
.use(require('ssb-server/plugins/no-auth'))
.use(require('ssb-server/plugins/local'))

.use(require('ssb-gossip'))
.use(require('ssb-replicate'))
Expand Down

0 comments on commit 980e5b7

Please sign in to comment.