Skip to content

Commit

Permalink
Merge pull request #65 from cybertron15/bug/corrected-wrong-backend-path
Browse files Browse the repository at this point in the history
fix: corrected wrong backend graphql path in README.md
  • Loading branch information
piyushgarg-dev authored Oct 31, 2023
2 parents 12e0f1e + 55e11b8 commit 38fcdcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ To start the backend server, run the following command:
yarn local
```

Congratulations! Your backend is now running at http://localhost:8000/local/graphql.
Congratulations! Your backend is now running at http://localhost:8000/development/graphql.

## Communication Channels:

Expand Down

0 comments on commit 38fcdcd

Please sign in to comment.