Skip to content

Commit

Permalink
standalone.gateway: switch to /ui/ & /static/galaxy_ng/
Browse files Browse the repository at this point in the history
No-Issue
  • Loading branch information
himdel committed May 14, 2024
1 parent 3519ced commit 7e06353
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/standalone.gateway.prod.webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ const webpackBase = require('./webpack.base.config');
module.exports = webpackBase({
API_HOST: '',
API_BASE_PATH: '/api/galaxy/',
UI_BASE_PATH: '/hub/',
UI_BASE_PATH: '/ui/',
UI_USE_HTTPS: false,
UI_DEBUG: false,
UI_EXTERNAL_LOGIN_URI: '/',
WEBPACK_PUBLIC_PATH: '/hub/',
WEBPACK_PUBLIC_PATH: '/static/galaxy_ng/',
});

0 comments on commit 7e06353

Please sign in to comment.