From ed1c5e97a294f52edc3b60a015ac16ae1730d880 Mon Sep 17 00:00:00 2001 From: Uladzislau Hubar Date: Thu, 24 Aug 2023 12:37:03 +0100 Subject: [PATCH] Removed v1/info route from the API config --- src/constants/constants.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/constants/constants.js b/src/constants/constants.js index 3e394b8d18..6b92211067 100644 --- a/src/constants/constants.js +++ b/src/constants/constants.js @@ -461,13 +461,7 @@ export const HTTP_API_ROUTES = { options: {}, }, }, - v1: { - info: { - method: 'get', - path: '/info', - options: {}, - }, - }, + v1: {}, }; /**