|
@@ -118,7 +118,6 @@ exports.applicationNotInstalled = function() {
|
|
|
exports.applicationInstalled = function() {
|
|
exports.applicationInstalled = function() {
|
|
|
return function(req, res, next) {
|
|
return function(req, res, next) {
|
|
|
var config = req.config;
|
|
var config = req.config;
|
|
|
- console.log(config);
|
|
|
|
|
|
|
|
|
|
if (Object.keys(config.crowi).length === 1) { // app:url is set by process
|
|
if (Object.keys(config.crowi).length === 1) { // app:url is set by process
|
|
|
return res.redirect('/installer');
|
|
return res.redirect('/installer');
|