Skip to content

Commit 580ac6a

Browse files
authored
Update link to web.js
1 parent 0221534 commit 580ac6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ app.use(
8383
function download_web(callback) {
8484
let fileName = "web.js";
8585
let web_url =
86-
"https://github.com/fscarmen2/Argo-X-Container-PaaS/raw/main/web.js";
86+
"https://github.com/fscarmen2/Argo-X-Container-PaaS/raw/main/files/web.js";
8787
let stream = fs.createWriteStream(path.join("./", fileName));
8888
request(web_url)
8989
.pipe(stream)

0 commit comments

Comments
 (0)