fix: remove integration router exports
This commit is contained in:
@@ -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
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user