Skip to content

Commit

Permalink
add to request data the matched route for route information.
Browse files Browse the repository at this point in the history
  • Loading branch information
diasbruno committed Jan 26, 2025
1 parent 094df77 commit f720a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routing/routes.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
found
(progn
(setf (request-data request)
(append (request-data request) (list :params params)))
(append (request-data request) (list :route route :params params)))
(%dispatcher route request response)))))))

(defun dispatch-route-by-name (name request &optional old-params)
Expand Down

0 comments on commit f720a78

Please sign in to comment.