reports routes
This commit is contained in:
parent
b3273a3ffe
commit
98aa9d2779
@ -37,5 +37,6 @@ config[:project_report_dir_v2] = File.expand_path(File.join(config[:devops_home]
|
||||
run Rack::URLMap.new({
|
||||
"#{config[:url_prefix]}/v2.0" => DevopsService.new(config),
|
||||
"#{config[:url_prefix]}/client" => Client.new(config),
|
||||
"#{config[:url_prefix]}/v2.0/report" => Report.new(config, "v2"),
|
||||
"#{config[:url_prefix]}/sidekiq" => Sidekiq::Web
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user