update routes

This commit is contained in:
呱呱呱
2024-01-25 14:28:00 +08:00
parent 406da81ccf
commit 0d250e0d4e
3 changed files with 57 additions and 54 deletions

View File

@@ -25,8 +25,7 @@ defaults format: :json do
resources :sprint_issues, only: [:index] do
collection do
get :statistics
get :project_statistics
get :project_polyline
get :burndown_charts
post :complete
end
@@ -35,6 +34,8 @@ defaults format: :json do
collection do
get :convert
get :issues_count
get :statistics
get :polyline
end
end
end