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 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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user