mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 01:44:34 +08:00
4 lines
172 B
Ruby
4 lines
172 B
Ruby
# notifications
|
|
get '/recent_notifications', to: 'notifications#recent_notifications'
|
|
get '/unread_notifications_count',
|
|
to: 'notifications#unread_notifications_count'
|