diff --git a/server/src/routes/index.ts b/server/src/routes/index.ts index 72be1ebd..bc616273 100644 --- a/server/src/routes/index.ts +++ b/server/src/routes/index.ts @@ -3,6 +3,7 @@ import { router as workflow } from './workflow'; import { router as storage } from './storage'; import { router as auth } from './auth'; import { router as integration } from './integration'; +import { router as proxy } from './proxy'; export { record, @@ -10,4 +11,5 @@ export { storage, auth, integration, + proxy };