apis
This commit is contained in:
12
angular.json
12
angular.json
@@ -54,8 +54,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "anyComponentStyle",
|
"type": "anyComponentStyle",
|
||||||
"maximumWarning": "25kB",
|
"maximumWarning": "40kB",
|
||||||
"maximumError": "35kB"
|
"maximumError": "50kB"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"outputHashing": "all",
|
"outputHashing": "all",
|
||||||
@@ -129,8 +129,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "anyComponentStyle",
|
"type": "anyComponentStyle",
|
||||||
"maximumWarning": "25kB",
|
"maximumWarning": "40kB",
|
||||||
"maximumError": "35kB"
|
"maximumError": "50kB"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"outputHashing": "all",
|
"outputHashing": "all",
|
||||||
@@ -195,8 +195,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "anyComponentStyle",
|
"type": "anyComponentStyle",
|
||||||
"maximumWarning": "25kB",
|
"maximumWarning": "40kB",
|
||||||
"maximumError": "35kB"
|
"maximumError": "50kB"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"outputHashing": "all",
|
"outputHashing": "all",
|
||||||
|
|||||||
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