parent
							
								
									af46584f82
								
							
						
					
					
						commit
						2750a7a0e6
					
				@ -131,4 +131,10 @@ class Api::BaseController < ApplicationController
 | 
				
			|||||||
  def disallow_unauthenticated_api_access?
 | 
					  def disallow_unauthenticated_api_access?
 | 
				
			||||||
    authorized_fetch_mode?
 | 
					    authorized_fetch_mode?
 | 
				
			||||||
  end
 | 
					  end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  private
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  def respond_with_error(code)
 | 
				
			||||||
 | 
					    render json: { error: Rack::Utils::HTTP_STATUS_CODES[code] }, status: code
 | 
				
			||||||
 | 
					  end
 | 
				
			||||||
end
 | 
					end
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user