Skip to content

Commit

Permalink
update wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankHossfeld committed May 15, 2021
1 parent c7257b8 commit 6c536c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions etc/wiki/05 Routes.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,7 @@ To enable parameters, just add: **/:parameterName** to the route. Parameters can
**The type of the parameter is always String.**

You can add as much parameters as you like. Every parameter has to Start with '/:'.

**Note**

Chracters like '?', '&' and '#' are characters that can not be used inside a route, nor as a parameter value. A parameter value containing a '/'-character is also illegal. If you wound to use this values, you need to escape them.

0 comments on commit 6c536c3

Please sign in to comment.