Project

General

Profile

« Previous | Next » 

Revision b3566844

Added by Dominic Cleal over 7 years ago

refs #7495 - correct syntax in API error handler

View differences:

app/controllers/api/v2/autosign_controller.rb
end
def handle_proxy_error exception
render :status => 500, :json => { "error": exception.message }
render :status => 500, :json => { error: exception.message }
end
end
end

Also available in: Unified diff