Skip to content

Commit 5bfb92c

Browse files
committed
add proxy url
Signed-off-by: aabidsofi19 <mailtoaabid01@gmail.com>
1 parent bc79137 commit 5bfb92c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/ExtensionComponent/ExtensionComponent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ const ExtensionsComponent = () => {
460460

461461
const launchMeshery = () => {
462462
console.log("Launching Meshery...");
463-
window.location.href = "https://cloud.layer5.io";
463+
window.location.href = proxyUrl;
464464
};
465465

466466
return (

0 commit comments

Comments
 (0)