Skip to content

Commit

Permalink
align roda routing styling (#152)
Browse files Browse the repository at this point in the history
* align roda routing styling

* same for pro
  • Loading branch information
mensfeld authored Sep 23, 2023
1 parent 72eefdf commit 7bdd376
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/karafka/web/ui/app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class App < Base

# Serve current version specific assets to prevent users from fetching old assets
# after upgrade
r.on(:assets, Karafka::Web::VERSION) do
r.on 'assets', Karafka::Web::VERSION do
r.public
end

Expand Down
2 changes: 1 addition & 1 deletion lib/karafka/web/ui/pro/app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class App < Ui::Base

# Serve current version specific assets to prevent users from fetching old assets
# after upgrade
r.on(:assets, Karafka::Web::VERSION) do
r.on 'assets', Karafka::Web::VERSION do
r.public
end

Expand Down

0 comments on commit 7bdd376

Please sign in to comment.