We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 518386a commit e2af641Copy full SHA for e2af641
index.js
@@ -101,5 +101,5 @@ const resolvers = {
101
const server = new GraphQLServer({ typeDefs, resolvers });
102
103
server.start({ port: 4000 }, () =>
104
- console.log("Server is running on http://localhost:4001")
+ console.log("Server is running on http://localhost:4000")
105
);
0 commit comments