mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-04 11:35:13 +00:00
Fixing some bugs, adding pending test examples
This commit is contained in:
parent
23d08c6749
commit
3b4e04dc32
16 changed files with 83 additions and 14 deletions
3
app/controllers/api_controller.rb
Normal file
3
app/controllers/api_controller.rb
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
class ApiController < ApplicationController
|
||||
protect_from_forgery with: :null_session
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue