feat(proxy): start using proxy for circleci

This commit is contained in:
Ivan Shmidt
2020-07-08 09:25:56 +02:00
parent a05a8f805d
commit 237502140b
3 changed files with 8 additions and 10 deletions
+7
View File
@@ -10,5 +10,12 @@ backend:
methods: [GET, POST, PUT, DELETE]
credentials: true
proxy:
'/circleci/api':
target: 'https://circleci.com/api/v1.1'
changeOrigin: true
pathRewrite:
'^/circleci/api/': '/'
organization:
name: Spotify