|
|
@@ -379,7 +379,7 @@ Crowi.prototype.start = function() {
|
|
|
|
|
|
self.logger.info('{bold:Server URLs:}');
|
|
|
self.logger.unprefixed('info','{grey:=======================================}');
|
|
|
- self.logger.unprefixed('info',` APP: {magenta:http:://localhost:${self.port}}`);
|
|
|
+ self.logger.unprefixed('info',` APP: {magenta:http://localhost:${self.port}}`);
|
|
|
self.logger.unprefixed('info','{grey:=======================================}');
|
|
|
|
|
|
// setup for dev
|