Skip to content

Commit 788a45b

Browse files
committed
fix api start log
1 parent 7851507 commit 788a45b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

api/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ if (process.env.APIPORT) {
8383
console.error(err);
8484
}
8585
console.info('----\n==> 🌎 API is running on port %s', process.env.APIPORT);
86-
console.info('==> 💻 Send requests to http://%s:%s', process.env.APIHOST, process.env.APIPORT);
86+
console.info('==> 💻 Send requests to http://localhost:%s', process.env.APIPORT);
8787
});
8888
} else {
8989
console.error('==> ERROR: No APIPORT environment variable has been specified');

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@
197197
"lighthouse": "^1.5.1",
198198
"mocha": "^3.2.0",
199199
"node-sass": "^4.5.0",
200+
"offline-plugin": "^4.8.0",
200201
"phantomjs-polyfill": "^0.0.2",
201202
"phantomjs-prebuilt": "^2.1.14",
202203
"piping": "^1.0.0-rc.4",

0 commit comments

Comments
 (0)