Skip to content

Commit

Permalink
Merge pull request #49 from SciPhi-AI/emrgnt-cmplxty-patch-1
Browse files Browse the repository at this point in the history
Update UserContext.tsx
  • Loading branch information
emrgnt-cmplxty authored Jul 3, 2024
2 parents 1e68e4e + a441160 commit 350b2f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/context/UserContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
});
Expand All @@ -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),
Expand Down

0 comments on commit 350b2f1

Please sign in to comment.