| ... | ... | @@ -54,7 +54,7 @@ This way you can prevent having to repeat definitions. |
|
|
|
|
|
|
|
creates the path `give/me/examples`.
|
|
|
|
|
|
|
|
Paths that require dynamic parameters like `/give/me/example/id1` is created by surrounding the parameters with curly braces. If we want to enable the id to be dynamic, the file structure needs to be:
|
|
|
|
Paths that require dynamic parameters like `/give/me/example/id1` are created by surrounding the parameters with curly braces. If we want to enable the id to be dynamic, the file structure needs to be:
|
|
|
|
|
|
|
|
```shell
|
|
|
|
└── give
|
| ... | ... | |
| ... | ... | |