Remove useless new route
Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
parent
065c428a8b
commit
774997e964
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ Rails.application.routes.draw do
|
|||
post :repository_check
|
||||
end
|
||||
|
||||
resources :runner_projects, only: [:index, :create, :destroy]
|
||||
resources :runner_projects, only: [:create, :destroy]
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue