feat(channels): align email oauth authorization
This commit is contained in:
@@ -234,6 +234,8 @@ var criticalRoutes = []route{
|
||||
{Method: "POST", Path: "/api/v1/accounts/:account_id/integrations/dyte/create_a_meeting", Controller: "api/v1/accounts/integrations/dyte#create_a_meeting", Source: "routes.rb:357"},
|
||||
{Method: "POST", Path: "/api/v1/accounts/:account_id/integrations/dyte/add_participant_to_meeting", Controller: "api/v1/accounts/integrations/dyte#add_participant_to_meeting", Source: "routes.rb:358"},
|
||||
{Method: "POST", Path: "/api/v1/accounts/:account_id/twitter/authorization", Controller: "api/v1/accounts/twitter/authorizations#create", Source: "routes.rb:315"},
|
||||
{Method: "POST", Path: "/api/v1/accounts/:account_id/microsoft/authorization", Controller: "api/v1/accounts/microsoft/authorizations#create", Source: "routes.rb:319"},
|
||||
{Method: "POST", Path: "/api/v1/accounts/:account_id/google/authorization", Controller: "api/v1/accounts/google/authorizations#create", Source: "routes.rb:323"},
|
||||
{Method: "POST", Path: "/api/v1/accounts/:account_id/notion/authorization", Controller: "api/v1/accounts/notion/authorizations#create", Source: "routes.rb:335"},
|
||||
{Method: "DELETE", Path: "/api/v1/accounts/:account_id/integrations/shopify", Controller: "api/v1/accounts/integrations/shopify#destroy", Source: "routes.rb:361"},
|
||||
{Method: "POST", Path: "/api/v1/accounts/:account_id/integrations/shopify/auth", Controller: "api/v1/accounts/integrations/shopify#auth", Source: "routes.rb:363"},
|
||||
|
||||
Reference in New Issue
Block a user