Skip to content

Commit effe9c8

Browse files
author
Ives van Hoorne
committed
Fix tests
1 parent ecacd02 commit effe9c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sandbox/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ requirePolyfills().then(() => {
7575
// We need to fetch the sandbox ourselves...
7676
const id = getId();
7777
window
78-
.fetch(`/api/v1/sandboxes/${id}`)
78+
.fetch(host + `/api/v1/sandboxes/${id}`)
7979
.then(res => res.json())
8080
.then(res => camelizeKeys(res))
8181
.then(x => {

0 commit comments

Comments
 (0)