Change build erase path to make it consistent with API

This commit is contained in:
Grzegorz Bizon 2016-02-08 14:49:42 +01:00
parent 293999cabb
commit 73faddedbf
1 changed files with 1 additions and 1 deletions

View File

@ -617,7 +617,7 @@ Rails.application.routes.draw do
get :status
post :cancel
post :retry
delete :erase
delete :erase, path: :content
end
resource :artifacts, only: [] do