增加从webhook接收仓库日志记录

This commit is contained in:
xiaoxiaoqiong
2022-07-11 15:52:38 +08:00
parent 15a0b85ae6
commit 4fa1a433fa
4 changed files with 48 additions and 0 deletions

View File

@@ -992,6 +992,8 @@ Rails.application.routes.draw do
get 'oauth/get_code', to: 'oauth#get_code'
get 'oauth/get_token_callback', to: 'oauth#get_token_callback'
resources :commit_logs, :only => [:create]
root 'main#index'