Skip to content

Commit

Permalink
moved proxy.conf.json to /src cuz it makes sense and docs show it tha…
Browse files Browse the repository at this point in the history
…t way too
  • Loading branch information
johnpapa committed Feb 17, 2020
1 parent 071e44e commit 6961ed7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --proxy-config proxy.conf.json",
"start": "ng serve --proxy-config src/proxy.conf.json",
"build": "ng build --prod",
"test": "ng test",
"lint": "ng lint",
Expand Down
2 changes: 1 addition & 1 deletion proxy.conf.json → src/proxy.conf.json
@@ -1,6 +1,6 @@
{
"/api": {
"target": "http://localhost:7070",
"target": "http://localhost:7071",
"secure": false
}
}

0 comments on commit 6961ed7

Please sign in to comment.