ADD drone user oauth

This commit is contained in:
Jasder
2020-10-13 19:49:52 +08:00
parent 9af3b5b757
commit 28d6aa2dda
5 changed files with 76 additions and 12 deletions

View File

@@ -173,6 +173,12 @@ Rails.application.routes.draw do
to: 'cloud_accounts#unbind',
as: :unbind_cloud_acclount
)
get(
'oauth_grant',
to: 'cloud_accounts#oauth_grant',
as: :ci_oauth_grant
)
end
end
end