feat: import router as proxy

This commit is contained in:
karishmas6
2024-10-01 15:29:26 +05:30
parent 9a6f3a1b39
commit 911c40453f

View File

@@ -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
};