Skip to content

Commit cf400df

Browse files
committed
force no-cache app-summary
1 parent 1117144 commit cf400df

File tree

1 file changed

+1
-1
lines changed
  • services/static-webserver/client/source/class/osparc/data

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/data/Resources.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ qx.Class.define("osparc.data.Resources", {
102102
endpoints: {
103103
get: {
104104
method: "GET",
105-
url: "/{productName}/app-summary.json",
105+
url: `/{productName}/app-summary.json?no-cache=${new Date().getTime()}`,
106106
isJsonFile: true
107107
}
108108
}

0 commit comments

Comments
 (0)