fix(client,tools): update proxy and location paths (#37106)

This commit is contained in:
mrugesh
2019-10-07 16:42:07 -07:00
committed by GitHub
parent 752a3d6d88
commit 4889e0fdc6
5 changed files with 27 additions and 25 deletions

View File

@ -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, {