Este sítio funciona melhor com JavaScript.
Página inicial
Ajuda
Iniciar sessão
heuzef
/
pinry
espelho de
https://github.com/pinry/pinry.git
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
44
Wiki
Trabalho
Ver a proveniência
Feature: Add api proxy for vue-js
pull/169/head
winkidney
há 5 anos
committed by
Isaac Bythewood
ascendente
05fc620642
cometimento
cf7914e593
1 ficheiros alterados
com
14 adições
e
0 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+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': '',
},
},
},
},
};
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar