Skip to content

Commit

Permalink
Updated urls for mp
Browse files Browse the repository at this point in the history
  • Loading branch information
this-Aditya committed Aug 22, 2024
1 parent af669e9 commit 54d25ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/github-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ export const REMOTE_DEFINITIONS_CONFIG = {
}

export const MP_CONFIG = {
BASE_URL: process.env.MP_CONFIG_BASE_URL || 'http://127.0.1.1:8080/managementportal/api',
PROJECTS_ENDPOINT: process.env.MP_PROJECTS_ENDPOINT || 'public/projects',
BASE_URL: process.env.MP_CONFIG_BASE_URL || 'http://127.0.1.1:8080/managementportal',
PROJECTS_ENDPOINT: process.env.MP_PROJECTS_ENDPOINT || 'api/public/projects',
}

0 comments on commit 54d25ce

Please sign in to comment.