Skip to content

Commit 32a3df8

Browse files
committed
update
1 parent f0cb035 commit 32a3df8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1442,7 +1442,7 @@ app.get("/share/:slug", async (req,res) => {
14421442
})
14431443

14441444
app.get("/download/:filename", async (req,res) => {
1445-
let file = "/downloadable/"+req.params.filename
1445+
let file = "https://sfpcdn.nyc3.cdn.digitaloceanspaces.com/"+req.params.filename
14461446
res.render("download", {file:file})
14471447
})
14481448

0 commit comments

Comments
 (0)