Merge pull request #3323 from andrewthauer/remove-circle-proxy

chore: remove obsolete circleci proxy config
This commit is contained in:
Ben Lambert
2020-11-19 15:12:52 +01:00
committed by GitHub
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
@@ -87,14 +87,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"
}