Skip to content

Commit

Permalink
Merge pull request #510 from dadi/patch/passthrough-url
Browse files Browse the repository at this point in the history
Ensure search parameters are used in passthrough URL
  • Loading branch information
eduardoboucas committed Aug 23, 2019
2 parents 9ee9d87 + 95654a7 commit b3f636b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dadi/lib/handlers/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ DefaultHandler.prototype.get = function () {

this.storageHandler = this.storageFactory.create(
'asset',
this.url.pathname.slice(1),
this.url.href.slice(1),
{domain: this.req.__domain}
)

Expand Down

0 comments on commit b3f636b

Please sign in to comment.