Refactor API JSON filter
This commit is contained in:
parent
3cb48b524b
commit
fe22556f93
@ -37,9 +37,8 @@ module API
|
|||||||
end
|
end
|
||||||
|
|
||||||
def json_filter!
|
def json_filter!
|
||||||
if request.format != :json
|
return if request.format.json?
|
||||||
head :not_acceptable, content_type: 'application/json'
|
head :not_acceptable, content_type: 'application/json'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user