Skip to content

Commit

Permalink
Opencode Issue 13: Bad Request is now also sent for :rdf and :nt form…
Browse files Browse the repository at this point in the history
…ats.
  • Loading branch information
pschijven committed Jun 21, 2024
1 parent 9625aff commit 33508c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/search_results_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def index
format.html do
render :index
end
format.any(:ttl) do
format.any(:ttl, :rdf, :nt) do
head :bad_request
end
end
Expand Down

0 comments on commit 33508c2

Please sign in to comment.