Skip to content

Commit 1edb661

Browse files
author
Eric Caleb
committed
Modified listening message on api server
1 parent 618f11e commit 1edb661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/ghost.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ http.createServer(function(req, res){
77

88
}).listen(4000);
99

10-
console.log("ghost listening on port 4000");
10+
console.log("ghost server listening on port 4000");

0 commit comments

Comments
 (0)