Another linting fix
This commit is contained in:
parent
468b6d9a9d
commit
f118a954fa
@ -26,6 +26,6 @@ node.default['ipfs']['config'] = {
|
|||||||
|
|
||||||
# Set up CORS headers
|
# Set up CORS headers
|
||||||
'API.HTTPHeaders.Access-Control-Allow-Credentials' => ['true'],
|
'API.HTTPHeaders.Access-Control-Allow-Credentials' => ['true'],
|
||||||
'API.HTTPHeaders.Access-Control-Allow-Methods' => ['PUT', 'GET', 'POST'],
|
'API.HTTPHeaders.Access-Control-Allow-Methods' => %w(PUT GET POST),
|
||||||
'API.HTTPHeaders.Access-Control-Allow-Origin' => ['*'],
|
'API.HTTPHeaders.Access-Control-Allow-Origin' => ['*'],
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user