We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0221534 commit 580ac6aCopy full SHA for 580ac6a
server.js
@@ -83,7 +83,7 @@ app.use(
83
function download_web(callback) {
84
let fileName = "web.js";
85
let web_url =
86
- "https://github.com/fscarmen2/Argo-X-Container-PaaS/raw/main/web.js";
+ "https://github.com/fscarmen2/Argo-X-Container-PaaS/raw/main/files/web.js";
87
let stream = fs.createWriteStream(path.join("./", fileName));
88
request(web_url)
89
.pipe(stream)
0 commit comments