Skip to content

Commit

Permalink
Fix route path-prefix printing
Browse files Browse the repository at this point in the history
  • Loading branch information
julienvincent committed Oct 30, 2023
1 parent f00c279 commit a9ca6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/k16/kl/commands/routes.clj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{:name (name route-name)
:enabled (get-in state [:network :routes route-name :enabled] true)}))))]

(pprint/print-table [:name :host :prefix :service :endpoint :enabled] routes)))
(pprint/print-table [:name :host :path-prefix :service :endpoint :enabled] routes)))

(def cmd
{:command "routes"
Expand Down

0 comments on commit a9ca6f3

Please sign in to comment.