Add year in review feature to web UI (#32709)
This commit is contained in:
@@ -52,7 +52,7 @@ namespace :api, format: false do
|
||||
resources :scheduled_statuses, only: [:index, :show, :update, :destroy]
|
||||
resources :preferences, only: [:index]
|
||||
|
||||
resources :annual_reports, only: [:index] do
|
||||
resources :annual_reports, only: [:index, :show] do
|
||||
member do
|
||||
post :read
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user