mirror of
https://github.com/funamitech/mastodon
synced 2024-11-28 06:48:45 +09:00
4 lines
91 B
Ruby
4 lines
91 B
Ruby
class ApiController < ApplicationController
|
|
protect_from_forgery with: :null_session
|
|
end
|