diff --git a/index.js b/index.js index 2df07f8..0b49f2f 100644 --- a/index.js +++ b/index.js @@ -376,7 +376,7 @@ module.exports = class HypercoreBlobServer { } refreshLink (link) { - return link.replace(/:\d+\//, ':' + this.port + '/') + return link.replace(/:\d+\//, ':' + this.port + '/').replace(/token=([^&]+)/, 'token=' + this.token) } getLink (key, opts = {}) {