Files
java-tutorials/spring-boot-angular/src/main/js/ecommerce/proxy-conf.json
T

7 lines
91 B
JSON
Raw Normal View History

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