Fix remaining issues with subfolder hosting

This commit is contained in:
Gaël Métais
2016-12-29 18:57:03 +08:00
parent 507b6b9133
commit 0d72f6b987
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ var ApiController = function(app) {
data.screenshotBuffer = screenshotBuffer;
// Official path to get the image
data.screenshotUrl = '/api/results/' + data.runId + '/screenshot.jpg';
data.screenshotUrl = 'api/results/' + data.runId + '/screenshot.jpg';
}
})