mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
update routes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user