thinknimble/tn-spa-bootstrapper

Remove lines from Config in mobile

Opened this issue · 1 comments

const [PROD_URL, STAGING_URL, DEV_URL] = [
  'https://api.example.app',
  'https://example.herokuapp.com',
  'http://localhost:8000',
]
const [PROD, STAGING, DEV, REVIEW] = ['production', 'staging', 'development', 'review']

these lines in Config.js are not being used

HI I wish to contribute in this!!

May I know do we need to add this to app.config.js