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