Skip to content

Commit

Permalink
removed staging url
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalkrishnads committed Jul 11, 2024
1 parent cbffcf7 commit f34c3a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions dist/config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
var _window, _window2, _window3, _window4;
var _window, _window2, _window3;
export default {
COMMA_URL_ROOT: ((_window = window) === null || _window === void 0 ? void 0 : _window.COMMA_URL_ROOT) || 'https://api.comma.ai/',
ATHENA_URL_ROOT: ((_window2 = window) === null || _window2 === void 0 ? void 0 : _window2.ATHENA_URL_ROOT) || 'https://athena.comma.ai/',
BILLING_URL_ROOT: ((_window3 = window) === null || _window3 === void 0 ? void 0 : _window3.BILLING_URL_ROOT) || 'https://billing.comma.ai/',
STAGING_URL_ROOT: ((_window4 = window) === null || _window4 === void 0 ? void 0 : _window4.STAGING_URL_ROOT) || 'https://api.aks.comma.ai/'
BILLING_URL_ROOT: ((_window3 = window) === null || _window3 === void 0 ? void 0 : _window3.BILLING_URL_ROOT) || 'https://billing.comma.ai/'
};
1 change: 0 additions & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ export default {
COMMA_URL_ROOT: window?.COMMA_URL_ROOT || 'https://api.comma.ai/',
ATHENA_URL_ROOT: window?.ATHENA_URL_ROOT || 'https://athena.comma.ai/',
BILLING_URL_ROOT: window?.BILLING_URL_ROOT || 'https://billing.comma.ai/',
STAGING_URL_ROOT: window?.STAGING_URL_ROOT || 'https://api.aks.comma.ai/',
};

0 comments on commit f34c3a5

Please sign in to comment.