🔧 Fixed typo
This commit is contained in:
@@ -72,7 +72,7 @@ module.exports = (env) => {
|
||||
port: 3050,
|
||||
open: true,
|
||||
hot: true,
|
||||
contentBase: "./dist"
|
||||
contentBase: "./dist",
|
||||
proxy: {
|
||||
"/api/**": {
|
||||
target: "http://localhost:8050",
|
||||
|
||||
Reference in New Issue
Block a user