Change proxy to previous API port

This commit is contained in:
Troplo 2021-04-09 23:33:26 +10:00
parent 8e151f78ef
commit 1cae37bade

View file

@ -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: '/',