Skip to content

Commit acf6f22

Browse files
feat(inbox): add new route post for inbox feature (#713)
1 parent 14cd8cd commit acf6f22

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ group :test do
2424
end
2525

2626
gem 'rails', '6.1.7.9'
27+
gem 'concurrent-ruby', '1.3.4'
2728
gem 'forestadmin-jsonapi-serializers'
2829
gem 'rack-cors'
2930
gem 'groupdate', '5.2.2'

config/routes.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@
5959
delete ':collection/:id', to: router
6060
delete ':collection', to: router
6161

62+
post ':collection/search' => 'resources#index'
63+
6264
draw(:actions)
6365

6466
end

0 commit comments

Comments
 (0)