Skip to content

Commit

Permalink
Update src/pages/[platform]/build-a-backend/data/set-up-data/index.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: josef <josef.aidt@gmail.com>
  • Loading branch information
chrisbonifacio and josefaidt authored Dec 18, 2024
1 parent d9defaf commit c4b495d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ async function createTodo() {
</InlineFilter>

<InlineFilter filters={["react", "angular", "javascript", "nextjs", "react-native"]}>
Run the application in local development mode and check your network tab after creating a todo. You should see a successful request to a `/graphql` endpoint.
Run the application in local development mode with `npm run dev` and check your network tab after creating a todo. You should see a successful request to a `/graphql` endpoint.

<Callout>

Expand Down

0 comments on commit c4b495d

Please sign in to comment.