diff --git a/pinry-spa/vue.config.js b/pinry-spa/vue.config.js index 7185f31..7a92538 100644 --- a/pinry-spa/vue.config.js +++ b/pinry-spa/vue.config.js @@ -2,16 +2,16 @@ module.exports = { devServer: { proxy: { '/api': { - target: 'http://localhost:8000/', + target: 'http://127.0.0.1:8000/', changeOrigin: true, ws: true, }, '/media': { - target: 'http://localhost:8000/', + target: 'http://127.0.0.1:8000/', changeOrigin: true, }, '/static/js/': { - target: 'http://localhost:8000/', + target: 'http://127.0.0.1:8000/', changeOrigin: true, }, },