We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd502ea commit f2955a5Copy full SHA for f2955a5
1 file changed
gulp-tasks/https-server.js
@@ -34,7 +34,7 @@ function handleRequest(req, res){
34
} else if(req.method === "GET") {
35
let url = req.url;
36
console.log(`Url='${url}'`);
37
- if (url.endsWith("/download-manager/rest/tc-accepted?downloadURL=/file/cdk-2.0.0-beta3.zip")) {
+ if (url.endsWith("/download-manager/rest/tc-accepted?downloadURL=/file/cdk-2.1.0.zip")) {
38
res.end('true');
39
} else if(url.endsWith("/favicon.ico")) {
40
} else {
0 commit comments