mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 08:21:11 +00:00
Add missing word to sentence
This commit is contained in:
parent
75149b595f
commit
aeab44e6e5
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# Route Conflicts
|
# Route Conflicts
|
||||||
|
|
||||||
We should fast if a router contains conflicting paths or route names.
|
We should fail fast if a router contains conflicting paths or route names.
|
||||||
|
|
||||||
When a `Router` is created via `reitit.core/router`, both path and route name conflicts are checked automatically. By default, in case of conflict, an `ex-info` is thrown with a descriptive message. In some (legacy api) cases, path conflicts should be allowed and one can override the path conflict resolution via `:conflicts` router option.
|
When a `Router` is created via `reitit.core/router`, both path and route name conflicts are checked automatically. By default, in case of conflict, an `ex-info` is thrown with a descriptive message. In some (legacy api) cases, path conflicts should be allowed and one can override the path conflict resolution via `:conflicts` router option.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue