scinote-web/config/routes/notifications.rb

5 lines
172 B
Ruby

# notifications
get '/recent_notifications', to: 'notifications#recent_notifications'
get '/unread_notifications_count',
to: 'notifications#unread_notifications_count'