mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 16:31:11 +00:00
Update configuring_routers.md
This commit is contained in:
parent
361e778fa3
commit
7acf3f3357
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
Routers can be configured via options. The following options are available for the `reitit.core/router`:
|
Routers can be configured via options. The following options are available for the `reitit.core/router`:
|
||||||
|
|
||||||
| key | description |
|
| key | description |
|
||||||
| -------------|-------------|
|
|--------------|-------------|
|
||||||
| `:path` | Base-path for routes |
|
| `:path` | Base-path for routes |
|
||||||
| `:routes` | Initial resolved routes (default `[]`) |
|
| `:routes` | Initial resolved routes (default `[]`) |
|
||||||
| `:data` | Initial route data (default `{}`) |
|
| `:data` | Initial route data (default `{}`) |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue