mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2025-01-11 19:16:55 +01:00
3 lines
91 B
Ruby
3 lines
91 B
Ruby
class ApiController < ApplicationController
|
|
protect_from_forgery with: :null_session
|
|
end
|