Skip to content

Commit

Permalink
fix: Pass checkAuth option to API Gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltiunov committed Oct 22, 2019
1 parent 79d226f commit d3d690e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cubejs-server-core/core/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ class CubejsServerCore {
this.logger, {
basePath: this.options.basePath,
checkAuthMiddleware: this.options.checkAuthMiddleware,
checkAuth: this.options.checkAuth,
queryTransformer: this.options.queryTransformer
}
);
Expand Down

0 comments on commit d3d690e

Please sign in to comment.