We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99a034e commit 54cc8dbCopy full SHA for 54cc8db
src/components/tw-studioview/studioview.js
@@ -303,7 +303,7 @@ StudioView.STUDIO_API = 'http://localhost:8080/api/v1';
303
304
// The URL to download thumbnails from.
305
// $id is replaced with the project's ID.
306
-StudioView.THUMBNAIL_SRC = 'http://localhost:8080/api/v1/projects/getproject?projectId=$id&requestType=thumbnail';
+StudioView.THUMBNAIL_SRC = 'http://localhost:8080/api/v1/projects/getproject?projectID=$id&requestType=thumbnail';
307
308
// The URL for project pages.
309
// $id is replaced with the project ID.
0 commit comments