updated API URL for production environment
parent
3ba851ae41
commit
74cd37a798
|
@ -29,7 +29,7 @@ module.exports = {
|
|||
// This global makes sure React is built in prod mode.
|
||||
"process.env.NODE_ENV": JSON.stringify(process.env.NODE_ENV),
|
||||
"process.env.PUBLIC_URL": JSON.stringify(process.env.PUBLIC_URL),
|
||||
"process.env.API_URL": JSON.stringify("http://toodle.ddns.net/rxc-api")
|
||||
"process.env.API_URL": JSON.stringify("https://toodle.ddns.net/rxc-api")
|
||||
}),
|
||||
new HtmlWebpackPlugin({
|
||||
template: "src/index.html",
|
||||
|
|
Loading…
Reference in New Issue