Ver a proveniência

Feature: Add api proxy for vue-js

pull/169/head
winkidney há 5 anos
committed by Isaac Bythewood
ascendente
cometimento
cf7914e593
1 ficheiros alterados com 14 adições e 0 eliminações
  1. +14
    -0
      pinry-spa/vue.config.js

+ 14
- 0
pinry-spa/vue.config.js Ver ficheiro

@@ -0,0 +1,14 @@
module.exports = {
devServer: {
proxy: {
'/api': {
target: 'http://localhost:8000/',
changeOrigin: true,
ws: true,
pathRewrite: {
'^/api': '',
},
},
},
},
};

Carregando…
Cancelar
Guardar