Skip to content

Commit 409417c

Browse files
committed
chore: change default backend url
Signed-off-by: Zvi Grinberg <[email protected]>
1 parent 7adb09b commit 409417c

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)