Change proxy to previous API port
This commit is contained in:
parent
8e151f78ef
commit
1cae37bade
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
const Dotenv = require('dotenv-webpack');
|
const Dotenv = require('dotenv-webpack');
|
||||||
module.exports = {
|
module.exports = {
|
||||||
devServer: {
|
devServer: {
|
||||||
proxy: 'http://localhost:23982'
|
proxy: 'http://localhost:23981'
|
||||||
},
|
},
|
||||||
|
|
||||||
publicPath: '/',
|
publicPath: '/',
|
||||||
|
|
Loading…
Reference in a new issue