标签: angular proxy config
我有三个后端网址:
如何配置代理以访问angular2中的不同后端URL。以下是我在前端的当前配置文件。
"/api/*": { "target": "localhost:8080/", "secure": false }, "/api/searchs": { "target": "localhost:8081/", "secure": false }
但似乎没有用。