Skip to content

Commit

Permalink
trim trailing whitespace in generated handler.clj
Browse files Browse the repository at this point in the history
  • Loading branch information
jf committed Dec 5, 2024
1 parent 406af31 commit def620f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
(router)
(ring/routes
;; Handle trailing slash in routes - add it + redirect to it
;; https://github.com/metosin/reitit/blob/master/doc/ring/slash_handler.md
;; https://github.com/metosin/reitit/blob/master/doc/ring/slash_handler.md
(ring/redirect-trailing-slash-handler)
(ring/create-resource-handler {:path "/"})
(when (some? api-path)
Expand Down

0 comments on commit def620f

Please sign in to comment.