From f3a686026f0c4d94836a74967f74da997668d1a5 Mon Sep 17 00:00:00 2001 From: zengxinhui Date: Wed, 13 Oct 2021 02:54:40 -0400 Subject: [PATCH] update r/routes output `nil` should not be there. --- doc/basics/route_data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/basics/route_data.md b/doc/basics/route_data.md index 2ea2f50e..c5df80dd 100644 --- a/doc/basics/route_data.md +++ b/doc/basics/route_data.md @@ -79,7 +79,7 @@ Resolved route tree: ; :name :user/ping}] ; ["/api/admin/users" {:interceptors [::api] ; :roles #{:admin} -; :name ::users} nil] +; :name ::users}] ; ["/api/admin/db" {:interceptors [::api ::db] ; :roles #{:db-admin}}]] ```