Skip to content

Commit

Permalink
Change standalone api url to /api/galaxy (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
newswangerd authored May 12, 2020
1 parent b9fa64e commit 9a041a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/standalone.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/automation-hub/',
API_BASE_PATH: '/api/galaxy/',
UI_BASE_PATH: '/ui/',
DEPLOYMENT_MODE: 'standalone',
UI_USE_HTTPS: false,
Expand Down

0 comments on commit 9a041a5

Please sign in to comment.