Another linting fix

This commit is contained in:
Greg Karékinian 2019-07-05 15:46:22 +02:00
parent 468b6d9a9d
commit f118a954fa

View File

@ -26,6 +26,6 @@ node.default['ipfs']['config'] = {
# Set up CORS headers
'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' => ['*'],
}