🔧 Fixed typo

This commit is contained in:
2021-10-27 21:04:46 -07:00
parent 881b19fb18
commit f5879e25fe

View File

@@ -72,7 +72,7 @@ module.exports = (env) => {
port: 3050,
open: true,
hot: true,
contentBase: "./dist"
contentBase: "./dist",
proxy: {
"/api/**": {
target: "http://localhost:8050",