@@ -147,7 +147,7 @@ app.post('/repos', function(req, res) {
}, repoTmpl);
exStore.addRepository(repoSlug, config)
- .then(repo => res.json(repo));
+ .then(repo => res.json(config));
});