feat: block voice conference token from read only token

This commit is contained in:
Shivam Mishra
2026-06-01 13:36:14 +05:30
parent cb2061f260
commit eef3a6fefc
+1
View File
@@ -15,6 +15,7 @@ class Api::BaseController < ApplicationController
READ_ONLY_BLOCKED_GET_ACTIONS = %w[
api/v1/accounts/callbacks#register_facebook_page
api/v1/accounts/portals#ssl_status
api/v1/accounts/conference#token
].freeze
respond_to :json