Skip to content

Commit

Permalink
Remove unused routes
Browse files Browse the repository at this point in the history
I think the corresponding actions were already gone, but we forgot to clean up the routes.
  • Loading branch information
ragesoss committed Dec 20, 2024
1 parent 9248acf commit 07fe87a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,6 @@
get 'download_personal_data' => 'personal_data#show'
end

# Users
resources :users, only: [:index, :show], param: :username, constraints: { username: /.*/ } do
collection do
get 'revisions'
end
end

resources :assignments do
patch '/status' => 'assignments#update_status'
resources :assignment_suggestions
Expand Down Expand Up @@ -270,7 +263,6 @@
get 'courses'
get 'ores_plot'
get 'articles_csv'
get 'revisions_csv'
get 'alerts'
get 'wikidata'
put 'add_organizer'
Expand Down

0 comments on commit 07fe87a

Please sign in to comment.