Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ group :test do
end

gem 'rails', '6.1.7.9'
gem 'concurrent-ruby', '1.3.4'
gem 'forestadmin-jsonapi-serializers'
gem 'rack-cors'
gem 'groupdate', '5.2.2'
Expand Down
2 changes: 2 additions & 0 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
delete ':collection/:id', to: router
delete ':collection', to: router

post ':collection/search' => 'resources#index'

draw(:actions)

end
Loading