admin/contests/{id}/recompute' should be an HTTP
POST request, not a
GET`
#274
Labels
admin/contests/{id}/recompute' should be an HTTP
POST request, not a
GET`
#274
HTTP
GET
requests are not supposed to modify any data (logs and such notwithstanding). So this request should be aPOST
instead.Affected files:
config/routes.rb
app/views/admin/contests/index.html.erb
The text was updated successfully, but these errors were encountered: