Skip to content

Commit e2af641

Browse files
authored
Update index.js
1 parent 518386a commit e2af641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,5 @@ const resolvers = {
101101
const server = new GraphQLServer({ typeDefs, resolvers });
102102

103103
server.start({ port: 4000 }, () =>
104-
console.log("Server is running on http://localhost:4001")
104+
console.log("Server is running on http://localhost:4000")
105105
);

0 commit comments

Comments
 (0)