Skip to content

Commit da7bf82

Browse files
authored
feat(inbox): add new route count post for inbox feature
1 parent 8109ef6 commit da7bf82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/routes.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
delete ':collection', to: router
6161

6262
post ':collection/search' => 'resources#index'
63+
post ':collection/search/count' => 'resources#count'
6364

6465
draw(:actions)
6566

0 commit comments

Comments
 (0)