mirror of
https://github.com/jambonz/jambonz-webapp.git
synced 2026-07-24 13:02:21 +00:00
another instance of querying gateways without voip_carrier_sid
This commit is contained in:
@@ -656,7 +656,7 @@ const CarrierForm = (props) => {
|
||||
const results = await axios({
|
||||
method: 'get',
|
||||
baseURL: process.env.REACT_APP_API_BASE_URL,
|
||||
url: '/SipGateways',
|
||||
url: `/SipGateways?voip_carrier_sid=${carrierSid}`,
|
||||
headers: {
|
||||
Authorization: `Bearer ${jwt}`,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user