FEATURE: adds latest to user-api-key session scope
This commit is contained in:
parent
311f29d9d6
commit
cdb4c1651b
@ -10,7 +10,8 @@ class UserApiKey < ActiveRecord::Base
|
||||
[:get, 'session#current'],
|
||||
[:get, 'users#topic_tracking_state'],
|
||||
[:get, 'list#unread'],
|
||||
[:get, 'list#new']
|
||||
[:get, 'list#new'],
|
||||
[:get, 'list#latest']
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user