MCPcopy Create free account
hub / github.com/linuxfoundation/crowd.dev / index.ts

File index.ts

backend/src/api/cubejs/index.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { safeWrap } from '../../middlewares/errorMiddleware'
2
3export default (app) => {
4 app.get(`/tenant/:tenantId/cubejs/auth`, safeWrap(require('./cubeJsAuth').default))

Callers

nothing calls this directly

Calls 2

safeWrapFunction · 0.90
getMethod · 0.65

Tested by

no test coverage detected