Skip to content

Commit

Permalink
remove unused SHARE_API_URL config
Browse files Browse the repository at this point in the history
  • Loading branch information
aaxelb committed Jul 11, 2024
1 parent c14fa84 commit 3e7cb5b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/config/environment.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ declare const config: {
waterbutlerUrl: string;
helpUrl: string;
shareBaseUrl: string;
shareApiUrl: string;
shareSearchUrl: string;
devMode: boolean;
cookieDomain: string;
Expand Down
2 changes: 0 additions & 2 deletions config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ const {
REDIRECT_URI: redirectUri,
ROOT_URL: rootURL = '/',
SHARE_BASE_URL: shareBaseUrl = 'http://localhost:8003/',
SHARE_API_URL: shareApiUrl = 'http:/localhost:8003/api/v2',
SHARE_SEARCH_URL: shareSearchUrl = 'http://localhost:8003/api/v2/search/creativeworks/_search',
SOURCEMAPS_ENABLED: sourcemapsEnabled = true,
SHOW_DEV_BANNER = false,
Expand Down Expand Up @@ -193,7 +192,6 @@ module.exports = function(environment) {
addonServiceUrl,
helpUrl,
shareBaseUrl,
shareApiUrl,
shareSearchUrl,
devMode,
metricsStartDate,
Expand Down

0 comments on commit 3e7cb5b

Please sign in to comment.