Skip to content

Commit

Permalink
Update chapter_4.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0x70b1a5 authored Jun 13, 2024
1 parent c6a0744 commit 8e82bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/my_first_app/chapter_4.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ Finally, add one more entry to `manifest.json`: messaging capabilities to the [V
...
```

After saving `ui/index.html`, rebuilding the program, and starting the package again, you should be able to navigate to your `http://localhost:8080/my_process:my_package:template.os` and see the form page.
After saving `ui/index.html`, rebuilding the program, and starting the package again with `kit bs`, you should be able to navigate to your `http://localhost:8080/my_process:my_package:template.os` and see the form page.
Because you now set `authenticated` to `true` in the `/api` binding, the webpage will still work, but cURL will not.

The user will navigate to `/` to see the webpage, and when they make a PUT request, it will automatically happen on `/api` to send a message to the process.
Expand Down

0 comments on commit 8e82bc8

Please sign in to comment.