From 8cc59d93d7dab518f2b7ce1f18e732702e3c4b50 Mon Sep 17 00:00:00 2001 From: Katie Kroell Date: Tue, 2 Apr 2024 09:38:15 -0400 Subject: [PATCH] update endpoint name --- src/constants/endpoints.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/endpoints.js b/src/constants/endpoints.js index 8f21cdd9..770048e3 100644 --- a/src/constants/endpoints.js +++ b/src/constants/endpoints.js @@ -113,7 +113,7 @@ const endpoints = Object.freeze({ method: 'GET' }, GetAccountInfo: { - url: `${ACCOUNT_BASE_URL}/`, + url: `${ACCOUNT_BASE_URL}/account-details/`, method: 'GET' }, TaxOrderItems: {