Skip to content

Commit db2c738

Browse files
committed
Fixed bug
1 parent d064fc3 commit db2c738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bucketchain/Http.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ exports._setRequestURL = function(req) {
1111
}
1212

1313
exports._requestOriginalURL = function(req) {
14-
return req.originalUrl;
14+
return req.originalUrl || req.url;
1515
}

0 commit comments

Comments
 (0)