mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
changed back proxy target to use ENV
This commit is contained in:
parent
22d5730cc7
commit
415fe6737d
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ module.exports = {
|
|||
devServer: {
|
||||
proxy: {
|
||||
"/api": {
|
||||
target: "http://mealie-api:9000 ",
|
||||
target: process.env.VUE_APP_API_BASE_URL,
|
||||
secure: false,
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue