Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed May 22, 2024
1 parent 145601d commit e798c23
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/webui-ext/lib/sidekiq-redis_info/web.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ def self.registered(app)
tab: ["Redis"], # The name on your Tab(s)
index: ["redis_info"], # The path to the root page(s) of your extension within the Web UI, usually "/sidekiq/" + index
root_dir: SidekiqExt::RedisInfo::Web::ROOT,
asset_paths: ["css", "js"] # Paths within {root}/assets/{name} to serve static assets
) do |app|
asset_paths: ["css", "js"]) do |app| # Paths within {root}/assets/{name} to serve static assets
# you can add your own middleware or additional settings here
end

0 comments on commit e798c23

Please sign in to comment.