From 006089f97219825b2ec9406c0f2abfb3b67ca68f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20D=C3=A1vila?= Date: Tue, 2 Feb 2016 23:39:52 -0500 Subject: Add new endpoint and button to revert any commit. --- config/routes.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'config/routes.rb') diff --git a/config/routes.rb b/config/routes.rb index 3bd9610834f..3599c39f627 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -502,6 +502,7 @@ Rails.application.routes.draw do get :builds post :cancel_builds post :retry_builds + post :revert end end -- cgit v1.2.1