🧚 A practical web framework for Gleam
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix link in example 08-working-with-cookies

authored by

Filip Tarajko and committed by
Louis Pilfold
b7e7f379 f58300b2

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