mirror of
https://github.com/metosin/reitit.git
synced 2025-12-30 13:18:25 +00:00
Promote Error Messages on READMEs
This commit is contained in:
parent
d74bcbeb71
commit
5754974e76
2 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ A fast data-driven router for Clojure(Script).
|
|||
* Bi-directional routing
|
||||
* [Pluggable coercion](https://metosin.github.io/reitit/coercion/coercion.html) ([schema](https://github.com/plumatic/schema) & [clojure.spec](https://clojure.org/about/spec))
|
||||
* Helpers for [ring](https://metosin.github.io/reitit/ring/ring.html), [http](https://metosin.github.io/reitit/http/interceptors.html), [pedestal](https://metosin.github.io/reitit/http/pedestal.html) & [frontend](https://metosin.github.io/reitit/frontend/basics.html)
|
||||
* Friendly [Error Messages](https://metosin.github.io/reitit/basics/error_messages.html)
|
||||
* Extendable
|
||||
* Modular
|
||||
* [Fast](https://metosin.github.io/reitit/performance.html)
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
* Bi-directional routing
|
||||
* [Pluggable coercion](./coercion/coercion.md) ([schema](https://github.com/plumatic/schema) & [clojure.spec](https://clojure.org/about/spec))
|
||||
* Helpers for [ring](./ring/ring.md), [http](./http/interceptors.md), [pedestal](./http/pedestal.md) & [frontend](./frontend/basics.md)
|
||||
* Friendly [Error Messages](./basics/error_messages.md)
|
||||
* Extendable
|
||||
* Modular
|
||||
* [Fast](performance.md)
|
||||
|
|
|
|||
Loading…
Reference in a new issue