Files
java-tutorials/spring-boot-angular/src/main/js/ecommerce/proxy-conf.json
T
2019-11-01 00:35:30 +01:00

7 lines
91 B
JSON

{
"/api": {
"target": "http://localhost:8080",
"secure": false
}
}