Skip to content

Commit

Permalink
Added proper middleware imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Tapas Sharma committed Jan 14, 2019
1 parent 34446a9 commit 23df219
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions api.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
"encoding/json"
"errors"
"fmt"
"github.com/pivotal-cf/brokerapi/middlewares/originating_identity_header"
"github.com/sharma-tapas/brokerapi/middlewares/originating_identity_header"
"net/http"
"strconv"

Expand Down Expand Up @@ -797,4 +797,4 @@ func checkBrokerAPIVersionHdr(req *http.Request) (brokerVersion, error) {
return version, errors.New("X-Broker-API-Version Header must be 2.x")
}
return version, nil
}
}
2 changes: 1 addition & 1 deletion fakes/auto_fake_service_broker.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 23df219

Please sign in to comment.