fix: tests

This commit is contained in:
Nikita Nek Dudnik
2020-05-18 19:11:42 +02:00
parent d06d35fec0
commit 8428d95791
2 changed files with 7 additions and 6 deletions
+7 -5
View File
@@ -66,10 +66,12 @@
},
"license": "Apache-2.0",
"proxy": {
"/circleci/api": {
"target": "https://circleci.com/api/v1.1",
"changeOrigin": true,
"pathRewrite": {"^/circleci/api/": "/"}
"/circleci/api": {
"target": "https://circleci.com/api/v1.1",
"changeOrigin": true,
"pathRewrite": {
"^/circleci/api/": "/"
}
}
}
}
}