Skip to content

Commit

Permalink
Merge pull request #33510 from code-dot-org/staging
Browse files Browse the repository at this point in the history
DTT (Staging > Test) [robo-dtt]
  • Loading branch information
deploy-code-org committed Mar 9, 2020
2 parents a210e8d + 734ed3e commit 95f56e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def configure_web_console
def render_404
respond_to do |format|
format.html {render template: 'errors/not_found', layout: 'layouts/application', status: :not_found}
format.all {head :not_found}
format.all {head :not_found, content_type: 'text/html'}
end
end

Expand Down

0 comments on commit 95f56e1

Please sign in to comment.