Change proxy to previous API port

This commit is contained in:
Troplo 2021-04-09 23:33:26 +10:00
parent 8e151f78ef
commit 1cae37bade
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
const Dotenv = require('dotenv-webpack');
module.exports = {
devServer: {
proxy: 'http://localhost:23982'
proxy: 'http://localhost:23981'
},
publicPath: '/',