Skip to content

Commit c7c9146

Browse files
authored
Merge pull request #34 from RHEcosystemAppEng/feature/update-backend
chore: change default backend url
2 parents 7adb09b + 409417c commit c7c9146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default { AnalysisReport, componentAnalysis, stackAnalysis }
1212
*/
1313
const url = getCustom(
1414
'EXHORT_BACKEND_URL',
15-
'http://pre-exhort.apps.sssc-cl01.appeng.rhecoeng.com'
15+
'http://dev-exhort.apps.sssc-cl01.appeng.rhecoeng.com'
1616
)
1717

1818
/**

0 commit comments

Comments
 (0)