+1
-1
examples/08-working-with-cookies/README.md
+1
-1
examples/08-working-with-cookies/README.md
···
17
17
example application generates a random string in `app.gleam`, but in a real
18
18
application you will need to read this secret value from somewhere secure.
19
19
20
20
-
[routing]: https://github.com/lpil/wisp/tree/main/examples/02-working-with-form-data
20
20
+
[form-data]: https://github.com/lpil/wisp/tree/main/examples/02-working-with-form-data
21
21
22
22
### `app/router` module
23
23