From c9da7946f325f2fbd95a5a6dc1437bbb4036d679 Mon Sep 17 00:00:00 2001 From: Hoan Luu Huu <110280845+xquanluu@users.noreply.github.com> Date: Wed, 11 Sep 2024 15:37:02 +0700 Subject: [PATCH] sip gateways support inbound pad crypto (#452) --- .env | 2 +- .../internal/views/carriers/form.tsx | 41 ++++++++----------- 2 files changed, 19 insertions(+), 24 deletions(-) diff --git a/.env b/.env index fd32a98..5515c9b 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -#VITE_API_BASE_URL=http://127.0.0.1:3000/v1 +VITE_API_BASE_URL=http://127.0.0.1:3000/v1 #VITE_DEV_BASE_URL=http://127.0.0.1:3000/v1 ## enables choosing units and lisenced account call limits diff --git a/src/containers/internal/views/carriers/form.tsx b/src/containers/internal/views/carriers/form.tsx index 3a2b94d..03f48cb 100644 --- a/src/containers/internal/views/carriers/form.tsx +++ b/src/containers/internal/views/carriers/form.tsx @@ -1096,29 +1096,24 @@ export const CarrierForm = ({