Skip to content

Commit 588236a

Browse files
authored
Update README.md
1 parent c19ba26 commit 588236a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ graphQLSchema('./petstore.json').then(schema => {
2525
}));
2626

2727
app.listen(3009, 'localhost', () => {
28-
console.info(`http://localhost:3009/graphql`);
28+
console.info(`API is here localhost:3009/graphql`);
2929
});
3030
}).catch(e => {
3131
throw e;

0 commit comments

Comments
 (0)