Skip to content

Commit

Permalink
Update EXAMPLES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath authored Aug 14, 2023
1 parent 6f1a35a commit d79078a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EXAMPLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ See a running example of an [SSR protected page](./example-app/pages/page-router

#### App Router

Requests to `/app/profile/page` without a valid session cookie will be redirected to the login page.
Requests to `/profile` without a valid session cookie will be redirected to the login page.

```jsx
// app/profile/page.js
Expand Down

0 comments on commit d79078a

Please sign in to comment.