Skip to content

Commit 54cc8db

Browse files
committed
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
1 parent 99a034e commit 54cc8db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/tw-studioview/studioview.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ StudioView.STUDIO_API = 'http://localhost:8080/api/v1';
303303

304304
// The URL to download thumbnails from.
305305
// $id is replaced with the project's ID.
306-
StudioView.THUMBNAIL_SRC = 'http://localhost:8080/api/v1/projects/getproject?projectId=$id&requestType=thumbnail';
306+
StudioView.THUMBNAIL_SRC = 'http://localhost:8080/api/v1/projects/getproject?projectID=$id&requestType=thumbnail';
307307

308308
// The URL for project pages.
309309
// $id is replaced with the project ID.

0 commit comments

Comments
 (0)