#32 Add get circle statuses test
This commit is contained in:
parent
af62d7f96a
commit
60241d9b72
3 changed files with 49 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
|||
|
||||
class Api::V1::Circles::StatusesController < Api::BaseController
|
||||
before_action -> { doorkeeper_authorize! :read, :'read:lists' }, only: [:show]
|
||||
before_action -> { doorkeeper_authorize! :write, :'write:lists' }, except: [:show]
|
||||
|
||||
before_action :require_user!
|
||||
before_action :set_circle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue