fixed 流水线停止api

This commit is contained in:
xxq250 2025-07-29 10:59:30 +08:00
parent 41515575f1
commit 7d67defa24
1 changed files with 1 additions and 1 deletions

View File

@ -192,8 +192,8 @@ defaults format: :json do
resources :runs, only: [:index, :create] do
post '/jobs/:job', to: 'runs#job_show'
post '/rerun', to: 'runs#rerun'
post '/cancel', to: 'runs#cancel'
post '/jobs/:job/rerun', to: 'runs#job_rerun'
post '/jobs/:job/cancel', to: 'runs#cancel'
get '/jobs/:job/logs', to: 'runs#job_logs'
end
end