Skip to content

Commit

Permalink
Removed v1/info route from the API config
Browse files Browse the repository at this point in the history
  • Loading branch information
u-hubar committed Aug 24, 2023
1 parent c3f88a8 commit ed1c5e9
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/constants/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -461,13 +461,7 @@ export const HTTP_API_ROUTES = {
options: {},
},
},
v1: {
info: {
method: 'get',
path: '/info',
options: {},
},
},
v1: {},
};

/**
Expand Down

0 comments on commit ed1c5e9

Please sign in to comment.