update r/routes output

`nil` should not be there.
This commit is contained in:
zengxinhui 2021-10-13 02:54:40 -04:00 committed by GitHub
parent 751ba17b75
commit f3a686026f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}}]]
```