Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
disabled bootstrap
  • Loading branch information
emilyaviva committed Jul 30, 2015
1 parent 231e8d2 commit 2b3d2c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion init/bootstrap.js
Expand Up @@ -3,7 +3,7 @@
var superagent = require('superagent');

var initial = {name: 'initial', password: 'initial'};

/*
superagent.post('/admins')
.send(initial)
.end(function(err, res) {
Expand All @@ -21,3 +21,4 @@ superagent.post('/admins')
else res.send('initial admin bootstrapped');
});
});
*/

0 comments on commit 2b3d2c7

Please sign in to comment.