Skip to content

Commit d3d690e

Browse files
committed
fix: Pass checkAuth option to API Gateway
1 parent 79d226f commit d3d690e

File tree

1 file changed

+1
-0
lines changed
  • packages/cubejs-server-core/core

1 file changed

+1
-0
lines changed

packages/cubejs-server-core/core/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ class CubejsServerCore {
213213
this.logger, {
214214
basePath: this.options.basePath,
215215
checkAuthMiddleware: this.options.checkAuthMiddleware,
216+
checkAuth: this.options.checkAuth,
216217
queryTransformer: this.options.queryTransformer
217218
}
218219
);

0 commit comments

Comments
 (0)