调整Bot授权接口

This commit is contained in:
2023-02-16 09:19:37 +08:00
parent 5e7fe0f28c
commit 6fe16c7c82
2 changed files with 2 additions and 2 deletions

View File

@@ -1048,7 +1048,7 @@ Rails.application.routes.draw do
resources :commit_logs, :only => [:create]
scope '/app' do
post 'register', to: 'installations#register'
post 'auth_active', to: 'installations#auth_active'
resources :installations do
get :repositories, on: :collection
member do