fix: remove integration router exports

This commit is contained in:
amhsirak
2025-11-30 20:01:18 +05:30
parent 3d7ae1ef3e
commit 459218ae13

View File

@@ -2,7 +2,6 @@ import { router as record } from './record';
import { router as workflow } from './workflow'; import { router as workflow } from './workflow';
import { router as storage } from './storage'; import { router as storage } from './storage';
import { router as auth } from './auth'; import { router as auth } from './auth';
import { router as integration } from './integration';
import { router as proxy } from './proxy'; import { router as proxy } from './proxy';
import { router as webhook } from './webhook'; import { router as webhook } from './webhook';
@@ -11,7 +10,6 @@ export {
workflow, workflow,
storage, storage,
auth, auth,
integration,
proxy, proxy,
webhook webhook
}; };