同步bot信息,回调地址和名称
This commit is contained in:
parent
3d61b920ac
commit
0e009202fc
|
@ -1068,6 +1068,7 @@ Rails.application.routes.draw do
|
|||
post ':id/auth_active', to: 'installations#auth_active'
|
||||
post ':id/update_private_key', to: 'installations#update_private_key'
|
||||
post ':id/update_secret', to: 'installations#update_secret'
|
||||
post ':id/update_callback_url', to: 'installations#update_callback_url'
|
||||
resources :installations, only: [:index, :show] do
|
||||
member do
|
||||
post :access_tokens
|
||||
|
|
Loading…
Reference in New Issue