feat: import router as proxy
This commit is contained in:
@@ -3,6 +3,7 @@ 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 integration } from './integration';
|
||||||
|
import { router as proxy } from './proxy';
|
||||||
|
|
||||||
export {
|
export {
|
||||||
record,
|
record,
|
||||||
@@ -10,4 +11,5 @@ export {
|
|||||||
storage,
|
storage,
|
||||||
auth,
|
auth,
|
||||||
integration,
|
integration,
|
||||||
|
proxy
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user