Skip to content

Commit

Permalink
fix: Show real stitcher url
Browse files Browse the repository at this point in the history
  • Loading branch information
matvp91 committed Sep 11, 2024
1 parent 45b1084 commit fe93584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dashboard/src/pages/PlayerPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export function PlayerPage() {
<span className="font-bold bg-white/20 py-1 px-2 mr-1 rounded-md">
POST
</span>{" "}
stitcher.tld/session
{import.meta.env.VITE_STITCHER_URL}/session
</div>
}
onSave={onSave}
Expand Down

0 comments on commit fe93584

Please sign in to comment.