use new hash syntax
This commit is contained in:
parent
13c4e25d6f
commit
1f5ecf6c50
1 changed files with 4 additions and 4 deletions
|
@ -71,9 +71,9 @@ module Gitlab
|
|||
allow do
|
||||
origins '*'
|
||||
resource '/api/*',
|
||||
:headers => :any,
|
||||
:methods => [:get, :post, :options, :put, :delete],
|
||||
:expose => ['Link']
|
||||
headers: :any,
|
||||
methods: [:get, :post, :options, :put, :delete],
|
||||
expose: ['Link']
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue