Skip to content

Commit 5bb5b1f

Browse files
committed
refactor: change default backend api url to alpha release
Signed-off-by: Zvi Grinberg <[email protected]>
1 parent 5514f53 commit 5bb5b1f

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, validateToken
1212
*/
1313
const url = getCustom(
1414
'EXHORT_BACKEND_URL',
15-
'http://dev-exhort.apps.sssc-cl01.appeng.rhecoeng.com'
15+
'http://alpha-exhort.apps.sssc-cl01.appeng.rhecoeng.com'
1616
)
1717

1818
/**

0 commit comments

Comments
 (0)