Skip to content

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
 

‎config/webpack.base.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ module.exports = (inputConfigs) => {
8686
([k, v]) => ({
8787
context: [k],
8888
target: v,
89-
changeOrigin: true,
9089
}),
9190
),
9291
server: { type: customConfigs.UI_USE_HTTPS ? 'https' : 'http' },

‎test/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The tests need to know details about the instance of Automation Hub that it's ru
2626
}
2727

2828

29-
*NOTE*: the likely values for `apiPrefix` are `/api/` (community), `/api/automation-hub/` (insights), or `/api/galaxy/` (standalone).
29+
*NOTE*: the likely values for `apiPrefix` is `/api/galaxy/` (standalone).
3030

3131
*NOTE*: `containers` is what you would use with `docker push`/`podman push` to add a local container, eg. `localhost:5001`
3232

0 commit comments

Comments
 (0)
Please sign in to comment.