add burndown_charts

This commit is contained in:
呱呱呱
2024-01-23 17:08:06 +08:00
parent ea6295c888
commit 191153a39e
4 changed files with 65 additions and 41 deletions

View File

@@ -25,6 +25,7 @@ defaults format: :json do
resources :sprint_issues, only: [:index] do
collection do
get :statistics
get :burndown_charts
post :complete
end
end