From 676658608b7de7704e0c2764720574b68cbe0eab Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 3 Oct 2023 16:51:03 -0400 Subject: [PATCH] Update src/js/common.js Co-authored-by: tams sokari --- src/js/common.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/js/common.js b/src/js/common.js index d524379f..ea54a5a0 100644 --- a/src/js/common.js +++ b/src/js/common.js @@ -10,7 +10,6 @@ */ const getEndpoint = (environment) => ({ - development: "https://devapi.smileidentity.com/v1", sandbox: "https://testapi.smileidentity.com/v1", live: "https://api.smileidentity.com/v1", production: "https://api.smileidentity.com/v1",