Skip to content

Commit

Permalink
Update server.js
Browse files Browse the repository at this point in the history
  • Loading branch information
EarthlingDavey committed Dec 6, 2024
1 parent 65c0534 commit 8c8ddd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/node/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ app.get("/access-archive", async function (req, res, next) {

// http://app.archive.intranet.docker/access-archive

// Redirect to the CDN URL.
// Redirect to the CDN URL.
res.redirect(cdnUrl.origin);
} catch (err) {
next(err);
Expand Down

0 comments on commit 8c8ddd3

Please sign in to comment.