changed back proxy target to use ENV

This commit is contained in:
Kenneth Rasmussen 2021-01-14 22:51:25 +01:00
commit 415fe6737d

View file

@ -5,7 +5,7 @@ module.exports = {
devServer: {
proxy: {
"/api": {
target: "http://mealie-api:9000 ",
target: process.env.VUE_APP_API_BASE_URL,
secure: false,
},
},