feat: import routers
This commit is contained in:
9
server/src/routes/index.ts
Normal file
9
server/src/routes/index.ts
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
import { router as record} from './record';
|
||||||
|
import { router as workflow} from './workflow';
|
||||||
|
import { router as storage} from './storage';
|
||||||
|
|
||||||
|
export {
|
||||||
|
record,
|
||||||
|
workflow,
|
||||||
|
storage,
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user