From a441160944e5555552732452031578a05b381115 Mon Sep 17 00:00:00 2001 From: emrgnt-cmplxty <68796651+emrgnt-cmplxty@users.noreply.github.com> Date: Wed, 3 Jul 2024 15:55:10 -0700 Subject: [PATCH] Update UserContext.tsx --- src/context/UserContext.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/context/UserContext.tsx b/src/context/UserContext.tsx index 2b4f26a..1dd847d 100644 --- a/src/context/UserContext.tsx +++ b/src/context/UserContext.tsx @@ -34,7 +34,7 @@ export const UserProvider: React.FC<{ children: React.ReactNode }> = ({ >({ '1': { pipelineName: 'Local Pipeline', - deploymentUrl: 'http://0.0.0.0:8000/', + deploymentUrl: 'http://0.0.0.0:8000', pipelineId: 'e67897b9-5f80-4f6a-8f2f-0c80ad106865', }, }); @@ -46,7 +46,7 @@ export const UserProvider: React.FC<{ children: React.ReactNode }> = ({ setWatchedPipelines({ '1': { pipelineName: 'Local Pipeline', - deploymentUrl: 'http://0.0.0.0:8000/', + deploymentUrl: 'http://0.0.0.0:8000', pipelineId: 'e67897b9-5f80-4f6a-8f2f-0c80ad106865', }, ...JSON.parse(storedPipelines),