Skip to content
This repository has been archived by the owner on Aug 26, 2023. It is now read-only.

Commit

Permalink
i fix
Browse files Browse the repository at this point in the history
  • Loading branch information
big cock committed Aug 20, 2023
1 parent c0ea2b7 commit 01d3c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/uploader.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
success: function (data) {
const domain =
domains[Math.floor(Math.random() * domains.length)];
const link = domain + data.url;
const link = `${domain}/${data.url}`;
$("#link")
.html(`<a href="${link}">${link}</a>`)
Expand Down

0 comments on commit 01d3c88

Please sign in to comment.