From 08fe69ca375aad78a7ed6d65b73e5423cbdc4751 Mon Sep 17 00:00:00 2001 From: xxq250 Date: Wed, 22 May 2024 17:29:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9E=84=E5=BB=BA=E6=B5=81=E6=B0=B4=E7=BA=BFya?= =?UTF-8?q?ml=EF=BC=8C=E4=BF=9D=E5=AD=98=E5=92=8C=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/routes/api.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/routes/api.rb b/config/routes/api.rb index 826468776..6df7dc8a3 100644 --- a/config/routes/api.rb +++ b/config/routes/api.rb @@ -131,6 +131,7 @@ defaults format: :json do end resources :pipelines do post :build_yaml, on: :collection + post :save_yaml, on: :collection end resources :pulls, module: 'pulls' do resources :versions, only: [:index] do