Skip to content

Commit

Permalink
Merge pull request #956 from unepwcmc/fix/no-users-api-route
Browse files Browse the repository at this point in the history
Fix: remove the /api/users route
  • Loading branch information
pdl authored Jan 16, 2024
2 parents 5787a32 + 93a5602 commit 1baddf0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions app/controllers/api/users_controller.rb

This file was deleted.

1 change: 0 additions & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
get '/shipments/search_download_all' => 'shipments#search_download_all_data'
end
resources :languages, :only => [:index]
resources :users, :only => [:index]
resources :designations, :only => [:index]
resources :species_listings, :only => [:index]
resources :change_types, :only => [:index]
Expand Down

0 comments on commit 1baddf0

Please sign in to comment.