8000 [stable-4.9] Fixups found during #5127 by himdel · Pull Request #5129 · ansible/ansible-hub-ui · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[stable-4.9] Fixups found during #5127 #5129

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion config/webpack.base.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ module.exports = (inputConfigs) => {
([k, v]) => ({
context: [k],
target: v,
changeOrigin: true,
}),
),
server: { type: customConfigs.UI_USE_HTTPS ? 'https' : 'http' },
Expand Down
2 changes: 1 addition & 1 deletion test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The tests need to know details about the instance of Automation Hub that it's ru
}


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

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

Expand Down
Loading
0