mirror of
https://github.com/SrIzan10/hc-harbor.git
synced 2026-05-01 10:45:21 +00:00
Add heartbeat download (#457)
This commit is contained in:
@@ -107,9 +107,14 @@ Rails.application.routes.draw do
|
||||
post "my/settings/migrate_heartbeats", to: "users#migrate_heartbeats", as: :my_settings_migrate_heartbeats
|
||||
|
||||
namespace :my do
|
||||
resources :project_repo_mappings, param: :project_name, only: [ :edit, :update ], constraints: { project_name: /.+/ }
|
||||
resources :project_repo_mappings, param: :project_name, only: [ :edit, :update ], constraints: { project_name: /.+/ }
|
||||
resource :mailing_address, only: [ :show, :edit ]
|
||||
get "mailroom", to: "mailroom#index"
|
||||
resources :heartbeats, only: [] do
|
||||
collection do
|
||||
get :export
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
get "my/wakatime_setup", to: "users#wakatime_setup"
|
||||
|
||||
Reference in New Issue
Block a user