We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b06c37 commit ca565daCopy full SHA for ca565da
1 file changed
app/controllers/api/v1/images_controller.rb
@@ -22,7 +22,8 @@ class ImagesController < BaseController
22
'ddragon.leagueoflegends.com',
23
'raw.communitydragon.org',
24
'static.wikia.nocookie.net',
25
- 'commons.wikimedia.org'
+ 'commons.wikimedia.org',
26
+ 'cdn-api.pandascore.co'
27
].freeze
28
29
HTTP_TIMEOUT_OPTIONS = { open_timeout: 5, read_timeout: 10 }.freeze
0 commit comments