apis
This commit is contained in:
14
angular.json
14
angular.json
@@ -54,8 +54,8 @@
|
||||
},
|
||||
{
|
||||
"type": "anyComponentStyle",
|
||||
"maximumWarning": "25kB",
|
||||
"maximumError": "35kB"
|
||||
"maximumWarning": "40kB",
|
||||
"maximumError": "50kB"
|
||||
}
|
||||
],
|
||||
"outputHashing": "all",
|
||||
@@ -129,8 +129,8 @@
|
||||
},
|
||||
{
|
||||
"type": "anyComponentStyle",
|
||||
"maximumWarning": "25kB",
|
||||
"maximumError": "35kB"
|
||||
"maximumWarning": "40kB",
|
||||
"maximumError": "50kB"
|
||||
}
|
||||
],
|
||||
"outputHashing": "all",
|
||||
@@ -195,8 +195,8 @@
|
||||
},
|
||||
{
|
||||
"type": "anyComponentStyle",
|
||||
"maximumWarning": "25kB",
|
||||
"maximumError": "35kB"
|
||||
"maximumWarning": "40kB",
|
||||
"maximumError": "50kB"
|
||||
}
|
||||
],
|
||||
"outputHashing": "all",
|
||||
@@ -260,4 +260,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
11
proxy.conf.lavero.json.bak
Normal file
11
proxy.conf.lavero.json.bak
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"/api": {
|
||||
"target": "https://api.lavero.store:555",
|
||||
"secure": false,
|
||||
"changeOrigin": true,
|
||||
"pathRewrite": {
|
||||
"^/api": ""
|
||||
},
|
||||
"logLevel": "debug"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user