Skip to content

Commit

Permalink
Merge pull request #153 from jf/trim_whitespace_02
Browse files Browse the repository at this point in the history
Trim whitespace 02
  • Loading branch information
yogthos authored Dec 5, 2024
2 parents 8287323 + def620f commit b5e62d3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
[<<ns-name>>.config :as config]
[<<ns-name>>.env :refer [defaults]]

;; Edges <% if redis? %>
[kit.edge.cache.redis]<% endif %> <% if xtdb? %>
;; Edges<% if redis? %>
[kit.edge.cache.redis]<% endif %><% if xtdb? %>
[kit.edge.db.xtdb]<% endif %><% if hikari? %>
[kit.edge.db.sql.hikari]<% endif %><% if conman? %>
[kit.edge.db.sql.conman]<% endif %><% if migratus? %>
[kit.edge.db.sql.migratus]<% endif %><% if postgres? %>
[kit.edge.db.postgres]<% endif %><% if mysql? %>
[kit.edge.db.mysql]<% endif %><% if hato? %>
[kit.edge.http.hato]<% endif %> <% if quartz? %>
[kit.edge.scheduling.quartz]<% endif %> <% if selmer? %>
[kit.edge.templating.selmer]<% endif %> <% if metrics? %>
[kit.edge.utils.metrics]<% endif %> <% if repl? %>
[kit.edge.utils.repl]<% endif %> <% if nrepl? %>
[kit.edge.http.hato]<% endif %><% if quartz? %>
[kit.edge.scheduling.quartz]<% endif %><% if selmer? %>
[kit.edge.templating.selmer]<% endif %><% if metrics? %>
[kit.edge.utils.metrics]<% endif %><% if repl? %>
[kit.edge.utils.repl]<% endif %><% if nrepl? %>
[kit.edge.utils.nrepl]<% endif %>
[kit.edge.server.undertow]
[<<ns-name>>.web.handler]
Expand Down
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 b5e62d3

Please sign in to comment.