Skip to content
This repository has been archived by the owner on Mar 22, 2018. It is now read-only.

Commit

Permalink
implementation #156
Browse files Browse the repository at this point in the history
  • Loading branch information
arafato committed Feb 17, 2018
1 parent 1e90564 commit d1b78cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/middleware/blob/cors.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const BbPromise = require('bluebird'),
module.exports = (req, res, next) => {
BbPromise.try(() => {
const request = req.azuriteRequest;
sm.getBlobServiceProperties()
sm.getBlobServiceProperties(request)
.then((response) => {
if (response.payload.StorageServiceProperties && request.httpProps[N.ORIGIN]) {
const allowedMethods = req.azuriteOperation === Operations.Account.PREFLIGHT_BLOB_REQUEST
Expand Down

0 comments on commit d1b78cc

Please sign in to comment.