Skip to content

Commit

Permalink
Use /api/galaxy for consistency. (#4990)
Browse files Browse the repository at this point in the history
No-Issue

Signed-off-by: James Tanner <[email protected]>
  • Loading branch information
jctanner authored Apr 25, 2024
1 parent a5127b9 commit acfa543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/standalone.gateway.prod.webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const webpackBase = require('./webpack.base.config');
// Compile configuration for stnadalone mode
module.exports = webpackBase({
API_HOST: '',
API_BASE_PATH: '/api/hub/',
API_BASE_PATH: '/api/galaxy/',
UI_BASE_PATH: '/hub/',
UI_USE_HTTPS: false,
UI_DEBUG: false,
Expand Down

0 comments on commit acfa543

Please sign in to comment.