Add heartbeat import (#469)

This commit is contained in:
Jeffrey Wang
2025-08-18 22:51:18 -04:00
committed by GitHub
parent fac7758391
commit 9d8cc0d75d
5 changed files with 192 additions and 2 deletions

View File

@@ -113,6 +113,7 @@ Rails.application.routes.draw do
resources :heartbeats, only: [] do
collection do
get :export
post :import
end
end
end