diff --git a/advanced/composing_routers.html b/advanced/composing_routers.html index 3c85d405..5ef004ff 100644 --- a/advanced/composing_routers.html +++ b/advanced/composing_routers.html @@ -1124,7 +1124,7 @@ diff --git a/advanced/configuring_routers.html b/advanced/configuring_routers.html index f5e5dd94..a3542668 100644 --- a/advanced/configuring_routers.html +++ b/advanced/configuring_routers.html @@ -830,7 +830,7 @@ diff --git a/advanced/dev_workflow.html b/advanced/dev_workflow.html index 06e332e2..fedb324f 100644 --- a/advanced/dev_workflow.html +++ b/advanced/dev_workflow.html @@ -889,7 +889,7 @@ diff --git a/advanced/different_routers.html b/advanced/different_routers.html index 452117c4..42ba29a7 100644 --- a/advanced/different_routers.html +++ b/advanced/different_routers.html @@ -837,7 +837,7 @@ diff --git a/advanced/route_validation.html b/advanced/route_validation.html index 9c9a2f63..2b9db5e2 100644 --- a/advanced/route_validation.html +++ b/advanced/route_validation.html @@ -925,7 +925,7 @@ diff --git a/advanced/shared_routes.html b/advanced/shared_routes.html index 1e8f5b1c..35d8a7af 100644 --- a/advanced/shared_routes.html +++ b/advanced/shared_routes.html @@ -845,7 +845,7 @@ diff --git a/basics/name_based_routing.html b/basics/name_based_routing.html index 68f85c3e..397922ec 100644 --- a/basics/name_based_routing.html +++ b/basics/name_based_routing.html @@ -848,7 +848,7 @@ diff --git a/basics/path_based_routing.html b/basics/path_based_routing.html index 1984b03f..b9a88a2d 100644 --- a/basics/path_based_routing.html +++ b/basics/path_based_routing.html @@ -806,7 +806,7 @@ diff --git a/basics/route_conflicts.html b/basics/route_conflicts.html index 7c0f6856..db26f5f4 100644 --- a/basics/route_conflicts.html +++ b/basics/route_conflicts.html @@ -849,7 +849,7 @@ diff --git a/basics/route_data.html b/basics/route_data.html index ae1f5d9c..d27e544c 100644 --- a/basics/route_data.html +++ b/basics/route_data.html @@ -847,7 +847,7 @@ diff --git a/basics/route_data_validation.html b/basics/route_data_validation.html index 32ccd9ba..d11632cf 100644 --- a/basics/route_data_validation.html +++ b/basics/route_data_validation.html @@ -899,7 +899,7 @@ diff --git a/basics/route_syntax.html b/basics/route_syntax.html index b7c843e0..58107f82 100644 --- a/basics/route_syntax.html +++ b/basics/route_syntax.html @@ -836,7 +836,7 @@ E.g., /foo bar should be /foo%20bar.

diff --git a/basics/router.html b/basics/router.html index 05a040e2..f34b0f9f 100644 --- a/basics/router.html +++ b/basics/router.html @@ -816,7 +816,7 @@ diff --git a/coercion/clojure_spec_coercion.html b/coercion/clojure_spec_coercion.html index 37c0425d..a78cdde2 100644 --- a/coercion/clojure_spec_coercion.html +++ b/coercion/clojure_spec_coercion.html @@ -823,7 +823,7 @@ diff --git a/coercion/coercion.html b/coercion/coercion.html index ac14ff2a..00dd4ae2 100644 --- a/coercion/coercion.html +++ b/coercion/coercion.html @@ -913,7 +913,7 @@ diff --git a/coercion/data_spec_coercion.html b/coercion/data_spec_coercion.html index f6a78a3b..93d53de7 100644 --- a/coercion/data_spec_coercion.html +++ b/coercion/data_spec_coercion.html @@ -812,7 +812,7 @@ diff --git a/coercion/schema_coercion.html b/coercion/schema_coercion.html index c0becb6c..a729abe7 100644 --- a/coercion/schema_coercion.html +++ b/coercion/schema_coercion.html @@ -813,7 +813,7 @@ diff --git a/development.html b/development.html index 6bf8fefb..28060f69 100644 --- a/development.html +++ b/development.html @@ -803,7 +803,7 @@ lein test diff --git a/faq.html b/faq.html index 6ae49443..83956a79 100644 --- a/faq.html +++ b/faq.html @@ -881,7 +881,7 @@ diff --git a/frontend/basics.html b/frontend/basics.html index d0c0c76f..9dacd1be 100644 --- a/frontend/basics.html +++ b/frontend/basics.html @@ -791,7 +791,7 @@ React breaking due to errors). diff --git a/frontend/browser.html b/frontend/browser.html index ad125ac8..c6aeae29 100644 --- a/frontend/browser.html +++ b/frontend/browser.html @@ -795,7 +795,7 @@ router instance and passes the instance to all calls.

diff --git a/frontend/controllers.html b/frontend/controllers.html index 1e41fc75..07efbb74 100644 --- a/frontend/controllers.html +++ b/frontend/controllers.html @@ -879,7 +879,7 @@ missing resources.

diff --git a/http/default_interceptors.html b/http/default_interceptors.html index 28d83d83..5510cffa 100644 --- a/http/default_interceptors.html +++ b/http/default_interceptors.html @@ -803,7 +803,7 @@ diff --git a/http/interceptors.html b/http/interceptors.html index 381cf915..339e395e 100644 --- a/http/interceptors.html +++ b/http/interceptors.html @@ -795,7 +795,7 @@ diff --git a/http/pedestal.html b/http/pedestal.html index 25ae2f5e..cb0af95f 100644 --- a/http/pedestal.html +++ b/http/pedestal.html @@ -737,7 +737,7 @@

Pedestal

Pedestal is a backend web framework for Clojure. reitit-pedestal provides an alternative routing engine for Pedestal.

-
[metosin/reitit-pedestal "0.2.9"]
+
[metosin/reitit-pedestal "0.2.10-alpha1"]
 

Why should one use reitit instead of the Pedestal default routing?