Skip to content

Commit

Permalink
changes in build.js
Browse files Browse the repository at this point in the history
  • Loading branch information
navaneethsnair1 authored and natalie-bernhard committed May 6, 2024
1 parent d4baa5f commit 6089a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/content/_assets/js/builds.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var versArr = [];

var builds_url = '/api/builds/data';
var starter_domain =
isNotProdSite() ? 'https://starter-staging.rh9j6zz75er.us-east.codeengine.appdomain.cloud' : 'https://localhost:9443';
isNotProdSite() ? 'https://starter-staging.rh9j6zz75er.us-east.codeengine.appdomain.cloud' : 'https://start.openliberty.io';
var starter_info_url = starter_domain + '/api/start/info';
var starter_submit_url = starter_domain + '/api/start';
var starter_plugin_url= starter_domain+ '/api/start/plugin-versions';
Expand Down

0 comments on commit 6089a4e

Please sign in to comment.