FIX change routes

This commit is contained in:
Jasder 2020-08-29 10:35:22 +08:00
parent 1290b3446f
commit 26f03badbc
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Rails.application.routes.draw do
get :common
end
end
# resources :builds, only: :index do
# resources :repos, only: :index do
# collection do
# get 'get_trustie_pipeline', to: 'builds#get_trustie_pipeline', as: 'get_trustie_pipeline'
# get ':number', to: 'builds#detail', as: 'detail'