chore: remove obsolete circleci proxy config

This commit is contained in:
Andrew Thauer
2020-11-17 22:11:16 -05:00
parent a2b83df986
commit 3efd03c0e8
2 changed files with 6 additions and 10 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'example-app': patch
---
Removed obsolete CircleCI proxy config from example-app
+1 -10
View File
@@ -86,14 +86,5 @@
"last 1 safari version"
]
},
"license": "Apache-2.0",
"proxy": {
"/circleci/api": {
"target": "https://circleci.com/api/v1.1",
"changeOrigin": true,
"pathRewrite": {
"^/circleci/api/": "/"
}
}
}
"license": "Apache-2.0"
}