Skip to content

Commit

Permalink
fixup! Merge remote-tracking branch 'upstream/main' into chore-sync-w…
Browse files Browse the repository at this point in the history
…ith-upstream
  • Loading branch information
birme committed Sep 5, 2024
1 parent 307f407 commit 39184b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/ateliereLive/pipelines/multiviews/multiviews.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export async function createMultiviewForPipeline(
}
const response = await fetch(
new URL(
BASE_API_PATH + `/pipelines/${pipelineUUID}/multiviews`,
LIVE_BASE_API_PATH + `/pipelines/${pipelineUUID}/multiviews`,
process.env.LIVE_URL
),
{
Expand Down

0 comments on commit 39184b3

Please sign in to comment.