Update trustie pipeline api

This commit is contained in:
Jasder
2020-08-21 16:06:47 +08:00
parent c1e6792f29
commit 8758ec3197
5 changed files with 56 additions and 20 deletions

View File

@@ -344,6 +344,11 @@ Rails.application.routes.draw do
to: 'projects#get_trustie_pipeline',
as: :get_trustie_pipeline
)
put(
'update_trustie_pipeline',
to: 'projects#update_trustie_pipeline',
as: :update_trustie_pipeline
)
end
resources :cloud_accounts, only: [:create] do
member do