您好prod后,我的代理不起作用。当我们向谷歌地图api服务发送请求时。它不工作
代码如下所示
{
"/api": {
"target": "http://localhost:8000",
"secure": false
},
"/googleapi/*": {
"target": {
"host": "maps.googleapis.com",
"protocol": "https:"
},
"secure": false,
"logLevel": "debug",
"changeOrigin": true,
"pathRewrite": {
"^/googleapi": ""
}
}
}