mirror of
https://github.com/metosin/reitit.git
synced 2025-12-16 16:01:11 +00:00
Merge pull request #97 from manawardhana/patch-1
Minor spelling mistake corrected
This commit is contained in:
commit
d53bbdfdf4
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ To serve static files with conflicting routes, e.g. `"/*"`, one needs to disable
|
|||
|
||||
## External routes
|
||||
|
||||
A better way to serve files from conflicting paths, e.g. `"/*"`, is to serve them from the default-handler. One can compose multipl default locations using `ring-handler`. This way, they are only served if none of the actual routes have matched.
|
||||
A better way to serve files from conflicting paths, e.g. `"/*"`, is to serve them from the default-handler. One can compose multiple default locations using `ring-handler`. This way, they are only served if none of the actual routes have matched.
|
||||
|
||||
```clj
|
||||
(ring/ring-handler
|
||||
|
|
|
|||
Loading…
Reference in a new issue