Skip to content

Commit

Permalink
fixed PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhallamudi Pratibha authored and Bhallamudi Pratibha committed May 14, 2024
1 parent 610ad4b commit 9907de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/environments/environment.ci.ts.template
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const COMMON_API_OPEN = '<%= COMMON_API_BASE %>';
const COMMON_API = '<%= COMMON_API_BASE %>';
const SCHEDULER_API = '<%= SCHEDULER_API_BASE %>';
const TM_API = '<%= TM_API_BASE %>';
const MMU_API = `http://${IP}:8080/mmuapi-v1.0/`;
const MMU_API = `<%= MMU_API_BASE %>`;
export const environment = {
production: true,

Expand Down

0 comments on commit 9907de6

Please sign in to comment.