feature: naive implementation of entities API usage

This commit is contained in:
Nikita Nek Dudnik
2020-05-27 16:34:11 +02:00
parent 5a169c9a34
commit 8d26fb5c5f
5 changed files with 31 additions and 51 deletions
+7
View File
@@ -72,6 +72,13 @@
"pathRewrite": {
"^/circleci/api/": "/"
}
},
"/catalog/api": {
"target": "http://localhost:3003",
"changeOrigin": true,
"pathRewrite": {
"^/catalog/api/": "/"
}
}
}
}