|
|
|
@ -776,6 +776,10 @@ Rails.application.routes.draw do
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
post 'callbacks/aliyun_vod', to: 'callbacks/aliyun_vods#create'
|
|
|
|
|
|
|
|
|
|
namespace :wechats do
|
|
|
|
|
resource :js_sdk_signature, only: [:create]
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
namespace :admins do
|
|
|
|
@ -884,10 +888,6 @@ Rails.application.routes.draw do
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
namespace :wechats do
|
|
|
|
|
resource :js_sdk_signature, only: [:create]
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
#git 认证回调
|
|
|
|
|
match 'gitauth/*url', to: 'gits#auth', via: :all
|
|
|
|
|
|
|
|
|
|