Fix locale not being set in REST API (#17847)
This commit is contained in:
parent
410989e081
commit
67d550830b
2 changed files with 1 additions and 2 deletions
|
@ -15,8 +15,6 @@ class Api::BaseController < ApplicationController
|
|||
|
||||
protect_from_forgery with: :null_session
|
||||
|
||||
skip_around_action :set_locale
|
||||
|
||||
rescue_from ActiveRecord::RecordInvalid, Mastodon::ValidationError do |e|
|
||||
render json: { error: e.to_s }, status: 422
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue