Created
April 20, 2019 23:36
-
-
Save cacheflow/3f3f0d07151aeedaeb9af9eef0614bbc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const env = process.env.NODE_ENV || "development" | |
const routes = { | |
production: { | |
base: "https://www.appointmentme.com" | |
}, | |
development: { | |
base: "http://www.localhost.com" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment