增加上链操作及修改webhook

This commit is contained in:
sylor_huang@126.com
2020-05-11 18:33:15 +08:00
parent 4595cac2d9
commit 27cc8ab96d
8 changed files with 74 additions and 3 deletions

View File

@@ -192,6 +192,7 @@ Rails.application.routes.draw do
post :create_file
put :update_file
delete :delete_file
post :repo_hook
end
end