mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-14 00:08:46 +00:00
registration API
This commit is contained in:
@@ -27,4 +27,8 @@ class ApiController < ApplicationController
|
||||
def current_user
|
||||
super || current_resource_owner
|
||||
end
|
||||
|
||||
def render_empty
|
||||
render json: {}, status: 200
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user