Display some stats
This commit is contained in:
4
app/controllers/api/api_controller.rb
Normal file
4
app/controllers/api/api_controller.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
class Api::ApiController < ApplicationController
|
||||
before_action :authenticate_user!
|
||||
protect_from_forgery with: :null_session
|
||||
end
|
||||
Reference in New Issue
Block a user