mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 08:21:11 +00:00
fix doc
This commit is contained in:
parent
52eeea3c99
commit
31d2bc5832
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ There are multiple options to use shared routing table.
|
||||||
["/kikka"
|
["/kikka"
|
||||||
{:name ::kikka
|
{:name ::kikka
|
||||||
:get #?(:clj {:handler get-kikka})
|
:get #?(:clj {:handler get-kikka})
|
||||||
:post #?(:clj {:handler post-kikka})}]
|
:post #?(:clj {:handler post-kikka})}])
|
||||||
```
|
```
|
||||||
|
|
||||||
## Using custom expander
|
## Using custom expander
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue