Browse Source

fixed bot安装仓库列表,与github差异,所以取安装用户和bot对应所有的仓库

pull/342/head
xxq250 3 years ago
parent
commit
c2cda6a4a2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config/routes.rb

+ 1
- 1
config/routes.rb View File

@@ -1080,7 +1080,7 @@ Rails.application.routes.draw do
end

resources :installations, only: [] do
get :repositories, on: :collection
get :repositories, on: :member
end

root 'main#index'


Loading…
Cancel
Save