Skip to content

Commit 45786fb

Browse files
committed
fix api start log
1 parent 7851507 commit 45786fb

1 file changed

Lines changed: 1 addition & 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');

0 commit comments

Comments
 (0)