同步bot信息,回调地址和名称

This commit is contained in:
xxq250 2023-03-29 17:58:52 +08:00
parent 3d61b920ac
commit 0e009202fc
1 changed files with 1 additions and 0 deletions

View File

@ -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