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 aeebff5 commit fdab2d8Copy full SHA for fdab2d8
1 file changed
app/controllers/api/v1/images_controller.rb
@@ -12,7 +12,7 @@ module V1
12
# @example Usage from frontend
13
# <img src="https://api.prostaff.gg/api/v1/images/proxy?url=https://upload.wikimedia.org/..." />
14
class ImagesController < BaseController
15
- skip_before_action :authenticate_user!, only: [:proxy]
+ skip_before_action :authenticate_request!, only: [:proxy]
16
17
# GET /api/v1/images/proxy
18
# Proxies and caches external images
0 commit comments