fix(client,tools): update proxy and location paths (#37106)
This commit is contained in:
@ -10,6 +10,8 @@ const {
|
||||
API_LOCATION: api,
|
||||
FORUM_LOCATION: forum,
|
||||
NEWS_LOCATION: news,
|
||||
FORUM_PROXY: forumProxy,
|
||||
NEWS_PROXY: newsProxy,
|
||||
LOCALE: locale,
|
||||
STRIPE_PUBLIC: stripePublicKey,
|
||||
ALGOLIA_APP_ID: algoliaAppId,
|
||||
@ -20,7 +22,9 @@ const locations = {
|
||||
homeLocation: home,
|
||||
apiLocation: api,
|
||||
forumLocation: forum,
|
||||
newsLocation: news
|
||||
newsLocation: news,
|
||||
forumProxy: forumProxy,
|
||||
newsProxy: newsProxy
|
||||
};
|
||||
|
||||
module.exports = Object.assign(locations, {
|
||||
|
Reference in New Issue
Block a user